2 writes to Manager
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
8253
_window.
Manager
= this;
8291
_window.
Manager
= null;
10 references to Manager
PresentationFramework (10)
src\Framework\System\Windows\Window.cs (10)
3323
Debug.Assert(
Manager
!= null, "HwndStyleManager must have a valid value here");
3336
if (
Manager
!= null)
3356
Manager
.Dirty = true;
3368
if (
Manager
!= null)
3388
Manager
.Dirty = true;
7204
HwndStyleManager manager =
Manager
;
8239
if (w.
Manager
== null)
8245
w.
Manager
._refCount++;
8246
return w.
Manager
;
8289
if (_window.
Manager
== this)