2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7731_window.Manager = this; 7769_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3274Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3283if (Manager != null) 3299Manager.Dirty = true; 3307if (Manager != null) 3323Manager.Dirty = true; 6895HwndStyleManager manager = Manager; 7717if (w.Manager == null) 7723w.Manager._refCount++; 7724return w.Manager; 7767if (_window.Manager == this)