C# 클래스 AdvancedLauncher.Tools.Interop.RedirectedHwndSourceHost

상속: RedirectedHwndHost
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher

공개 프로퍼티들

프로퍼티 타입 설명
ChildProperty System.Windows.DependencyProperty

보호된 프로퍼티들

프로퍼티 타입 설명
_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