2 writes to _hwndNotifyHook
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
1076
_hwndNotifyHook
= new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>();
1225
_hwndNotifyHook
= null;
7 references to _hwndNotifyHook
PresentationFramework (7)
src\Framework\System\Windows\SystemResources.cs (7)
1071
_hwndNotifyHook
== null ||
1152
/// Assumes that <see cref="_hwndNotify"/> and <see cref="
_hwndNotifyHook
"/> have been initialized. This method
1164
Debug.Assert(
_hwndNotifyHook
!= null);
1198
_hwndNotifyHook
[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage);
1199
_hwndNotify[hwndDpiInfo].Value.AddHook(
_hwndNotifyHook
[hwndDpiInfo]);
1217
_hwndNotifyHook
[hwndDpiInfo] = null;
1224
_hwndNotifyHook
?.Clear();