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

Наследование: System.Windows.Controls.Decorator
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
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