2 writes to Manager
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
8253_window.Manager = this; 8291_window.Manager = null;
10 references to Manager
PresentationFramework (10)
src\Framework\System\Windows\Window.cs (10)
3323Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3336if (Manager != null) 3356Manager.Dirty = true; 3368if (Manager != null) 3388Manager.Dirty = true; 7204HwndStyleManager manager = Manager; 8239if (w.Manager == null) 8245w.Manager._refCount++; 8246return w.Manager; 8289if (_window.Manager == this)