C# Класс AdvancedLauncher.Tools.Interop.RedirectedHwndSourceHost

Наследование: RedirectedHwndHost
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ChildProperty System.Windows.DependencyProperty

Защищенные свойства (Protected)

Свойство Тип Описание
_hwndSource System.Windows.Interop.HwndSource

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
OnChildChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnRootMeasured ( object sender, EventArgs e ) : void
SetRootVisual ( object arg ) : object

Описание методов

ArrangeOverride() защищенный Метод

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
Результат System.Windows.Size

BuildWindowCore() защищенный закрытый Метод

protected final BuildWindowCore ( HWND hwndParent ) : HWND
hwndParent AdvancedLauncher.Tools.Win32.User32.HWND
Результат AdvancedLauncher.Tools.Win32.User32.HWND

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

HasFocusWithinCore() защищенный закрытый Метод

protected final HasFocusWithinCore ( ) : bool
Результат bool

MeasureOverride() защищенный Метод

Determine the desired size of this element within the specified constraints.
protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Результат System.Windows.Size

OnMnemonicCore() защищенный закрытый Метод

protected final OnMnemonicCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
Результат bool

TabIntoCore() защищенный закрытый Метод

protected final TabIntoCore ( System.Windows.Input.TraversalRequest request ) : bool
request System.Windows.Input.TraversalRequest
Результат bool

TranslateAcceleratorCore() защищенный закрытый Метод

protected final TranslateAcceleratorCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
Результат bool

TranslateCharCore() защищенный закрытый Метод

protected final TranslateCharCore ( System.Windows.Interop.MSG &msg, ModifierKeys modifiers ) : bool
msg System.Windows.Interop.MSG
modifiers ModifierKeys
Результат bool

Описание свойств

ChildProperty публичное статическое свойство

The child of this HwndSourceHost.
public static DependencyProperty,System.Windows ChildProperty
Результат System.Windows.DependencyProperty

_hwndSource защищенное свойство

protected HwndSource,System.Windows.Interop _hwndSource
Результат System.Windows.Interop.HwndSource