2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7662_window.Manager = this; 7700_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3237Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3246if (Manager != null) 3262Manager.Dirty = true; 3270if (Manager != null) 3286Manager.Dirty = true; 6851HwndStyleManager manager = Manager; 7648if (w.Manager == null) 7654w.Manager._refCount++; 7655return w.Manager; 7698if (_window.Manager == this)