LayoutSynchronizedWindow Class

Definition

A Window which will layout synchronously if the content is changed and the LayoutSynchronizer is active. This is used to ensure that critical codepaths which demand a measured and arranged element receive one when the content of the window changes.

public ref class LayoutSynchronizedWindow : System::Windows::Window
public class LayoutSynchronizedWindow : System.Windows.Window
type LayoutSynchronizedWindow = class
    inherit Window
Public Class LayoutSynchronizedWindow
Inherits Window
Inheritance
LayoutSynchronizedWindow

Constructors

LayoutSynchronizedWindow()

Microsoft internal use only.

Methods

OnContentChanged(Object, Object)

Microsoft internal use only.

Applies to