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

상속: System.Windows.Controls.Decorator
파일 보기 프로젝트 열기: GoldRenard/DMOAdvancedLauncher 1 사용 예제들

공개 프로퍼티들

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

보호된 메소드들

메소드 설명
GetUIParentCore ( ) : DependencyObject
OnChildDesiredSizeChanged ( UIElement child ) : void

This virtual is called when the system measured the child and the result was different. The default behavior is to invalidate measure on the element. However, since we are not visually connected to the containing HwndSourceHost, this doesn't do anything useful. We manually tell the HwndSourceHost so it can invalidate measure on itself.

메소드 상세

GetUIParentCore() 보호된 메소드

protected GetUIParentCore ( ) : DependencyObject
리턴 System.Windows.DependencyObject

OnChildDesiredSizeChanged() 보호된 메소드

This virtual is called when the system measured the child and the result was different. The default behavior is to invalidate measure on the element. However, since we are not visually connected to the containing HwndSourceHost, this doesn't do anything useful. We manually tell the HwndSourceHost so it can invalidate measure on itself.
protected OnChildDesiredSizeChanged ( UIElement child ) : void
child UIElement
리턴 void

프로퍼티 상세

IsLogicalParentEnabledProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsLogicalParentEnabledProperty
리턴 System.Windows.DependencyProperty