2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7606_window.Manager = this; 7644_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3156Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3165if (Manager != null) 3181Manager.Dirty = true; 3189if (Manager != null) 3205Manager.Dirty = true; 6777HwndStyleManager manager = Manager; 7592if (w.Manager == null) 7598w.Manager._refCount++; 7599return w.Manager; 7642if (_window.Manager == this)