2 writes to Manager
PresentationFramework (2)
System\Windows\Window.cs (2)
7677_window.Manager = this; 7715_window.Manager = null;
10 references to Manager
PresentationFramework (10)
System\Windows\Window.cs (10)
3243Debug.Assert(Manager != null, "HwndStyleManager must have a valid value here"); 3252if (Manager != null) 3268Manager.Dirty = true; 3276if (Manager != null) 3292Manager.Dirty = true; 6857HwndStyleManager manager = Manager; 7663if (w.Manager == null) 7669w.Manager._refCount++; 7670return w.Manager; 7713if (_window.Manager == this)