C# Class AdvancedLauncher.Tools.Interop.RedirectedHwndSourceHost

Inheritance: RedirectedHwndHost
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Méthodes publiques

Свойство Type Description
ChildProperty System.Windows.DependencyProperty

Protected Properties

Свойство Type Description
_hwndSource System.Windows.Interop.HwndSource

Méthodes protégées

Méthode Description
ArrangeOverride ( Size finalSize ) : Size
BuildWindowCore ( HWND hwndParent ) : HWND
Dispose ( bool disposing ) : void
HasFocusWithinCore ( ) : bool
MeasureOverride ( Size constraint ) : Size

Determine the desired size of this element within the specified constraints.

OnMnemonicCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
TranslateAcceleratorCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
TranslateCharCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool

Private Methods

Méthode Description
OnChildChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRootMeasured ( object sender, EventArgs e ) : void
SetRootVisual ( object arg ) : object

Method Details

ArrangeOverride() protected méthode

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Résultat System.Windows.Size

BuildWindowCore() protected final méthode

protected final BuildWindowCore ( HWND hwndParent ) : HWND
hwndParent AdvancedLauncher.Tools.Win32.User32.HWND
Résultat AdvancedLauncher.Tools.Win32.User32.HWND

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

HasFocusWithinCore() protected final méthode

protected final HasFocusWithinCore ( ) : bool
Résultat bool

MeasureOverride() protected méthode

Determine the desired size of this element within the specified constraints.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

OnMnemonicCore() protected final méthode

protected final OnMnemonicCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
Résultat bool

TabIntoCore() protected final méthode

protected final TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
request System.Windows.Input.TraversalRequest
Résultat bool

TranslateAcceleratorCore() protected final méthode

protected final TranslateAcceleratorCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
Résultat bool

TranslateCharCore() protected final méthode

protected final TranslateCharCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
Résultat bool

Property Details

ChildProperty public_oe static_oe property

The child of this HwndSourceHost.
public static DependencyProperty,System.Windows ChildProperty
Résultat System.Windows.DependencyProperty

_hwndSource protected_oe property

protected HwndSource,System.Windows.Interop _hwndSource
Résultat System.Windows.Interop.HwndSource