2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7687_window.Manager = this; 7725_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3247Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3256if (Manager != null) 3272Manager.Dirty = true; 3280if (Manager != null) 3296Manager.Dirty = true; 6864HwndStyleManager manager = Manager; 7673if (w.Manager == null) 7679w.Manager._refCount++; 7680return w.Manager; 7723if (_window.Manager == this)