2 writes to _hwndNotifyHook
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1049_hwndNotifyHook = new Dictionary<DpiUtil.HwndDpiInfo, HwndWrapperHook>(); 1166_hwndNotifyHook = null;
7 references to _hwndNotifyHook
PresentationFramework (7)
System\Windows\SystemResources.cs (7)
1044_hwndNotifyHook == null || 1103/// Assumes that <see cref="_hwndNotify"/> and <see cref="_hwndNotifyHook"/> have been initialized. This method 1110Debug.Assert(_hwndNotifyHook != null); 1144_hwndNotifyHook[hwndDpiInfo] = new HwndWrapperHook(SystemThemeFilterMessage); 1145_hwndNotify[hwndDpiInfo].Value.AddHook(_hwndNotifyHook[hwndDpiInfo]); 1158_hwndNotifyHook[hwndDpiInfo] = null; 1165_hwndNotifyHook?.Clear();