2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7686_window.Manager = this; 7724_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3246Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3255if (Manager != null) 3271Manager.Dirty = true; 3279if (Manager != null) 3295Manager.Dirty = true; 6863HwndStyleManager manager = Manager; 7672if (w.Manager == null) 7678w.Manager._refCount++; 7679return w.Manager; 7722if (_window.Manager == this)