2 writes to _hwndNotifyHook
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1028
_hwndNotifyHook
= new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>();
1145
_hwndNotifyHook
= null;
6 references to _hwndNotifyHook
PresentationFramework (6)
System\Windows\SystemResources.cs (6)
1023
_hwndNotifyHook
== null ||
1089
Debug.Assert(
_hwndNotifyHook
!= null);
1123
_hwndNotifyHook
[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage);
1124
_hwndNotify[hwndDpiInfo].AddHook(
_hwndNotifyHook
[hwndDpiInfo]);
1137
_hwndNotifyHook
[hwndDpiInfo] = null;
1144
_hwndNotifyHook
?.Clear();