Class LayoutFloatingWindowControl.FloatingWindowContentHost
protected class LayoutFloatingWindowControl.FloatingWindowContentHost : HwndHost, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IDisposable, IKeyboardInputSink, IWin32Window
- Inheritance
-
LayoutFloatingWindowControl.FloatingWindowContentHost
- Implements
- Inherited Members
- Extension Methods
Constructors
FloatingWindowContentHost(LayoutFloatingWindowControl)
public FloatingWindowContentHost(LayoutFloatingWindowControl owner)
Parameters
Fields
ContentProperty
Content dependency property.
public static readonly DependencyProperty ContentProperty
Field Value
SizeToContentProperty
SizeToContent dependency property.
public static readonly DependencyProperty SizeToContentProperty
Field Value
Properties
Content
Gets or sets the Content property. This dependency property indicates ....
public UIElement Content { get; set; }
Property Value
RootVisual
public Visual RootVisual { get; }
Property Value
SizeToContent
Gets or sets the SizeToContent property.
public SizeToContent SizeToContent { get; set; }
Property Value
Methods
BuildWindowCore(HandleRef)
When overridden in a derived class, creates the window to be hosted.
protected override HandleRef BuildWindowCore(HandleRef hwndParent)
Parameters
hwndParent
HandleRefThe window handle of the parent window.
Returns
- HandleRef
The handle to the child Win32 window to create.
DestroyWindowCore(HandleRef)
When overridden in a derived class, destroys the hosted window.
protected override void DestroyWindowCore(HandleRef hwnd)
Parameters
hwnd
HandleRefA structure that contains the window handle.
MeasureOverride(Size)
Returns the size of the window represented by the HwndHost object, as requested by layout engine operations.
protected override Size MeasureOverride(Size constraint)
Parameters
Returns
OnContentChanged(UIElement, UIElement)
Provides derived classes an opportunity to handle changes to the Content property.
protected virtual void OnContentChanged(UIElement oldValue, UIElement newValue)
Parameters
OnSizeToContentChanged(SizeToContent, SizeToContent)
Provides derived classes an opportunity to handle changes to the SizeToContent property.
protected virtual void OnSizeToContentChanged(SizeToContent oldValue, SizeToContent newValue)
Parameters
oldValue
SizeToContentnewValue
SizeToContent