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 || 1089Debug.Assert(_hwndNotifyHook != null); 1123_hwndNotifyHook[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage); 1124_hwndNotify[hwndDpiInfo].AddHook(_hwndNotifyHook[hwndDpiInfo]); 1137_hwndNotifyHook[hwndDpiInfo] = null; 1144_hwndNotifyHook?.Clear();