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)
3237
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3246
if (
Manager
!= null)
3262
Manager
.Dirty = true;
3270
if (
Manager
!= null)
3286
Manager
.Dirty = true;
6851
HwndStyleManager manager =
Manager
;
7648
if (w.
Manager
== null)
7654
w.
Manager
._refCount++;
7655
return w.
Manager
;
7698
if (_window.
Manager
== this)