2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7718_window.Manager = this; 7756_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3254Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3263if (Manager != null) 3279Manager.Dirty = true; 3287if (Manager != null) 3303Manager.Dirty = true; 6880HwndStyleManager manager = Manager; 7704if (w.Manager == null) 7710w.Manager._refCount++; 7711return w.Manager; 7754if (_window.Manager == this)