3 instantiations of SecurityCriticalData
WindowsBase (3)
Base\System\Windows\Threading\Dispatcher.cs (2)
1935_window = new SecurityCriticalData<MessageOnlyHwndWrapper>( window ); 2066_window = new SecurityCriticalData<MessageOnlyHwndWrapper>(null);
Shared\MS\Win32\HwndWrapper.cs (1)
84_wndProc = new SecurityCriticalData<HwndWrapperHook>(new HwndWrapperHook(WndProc));
2 references to SecurityCriticalData
WindowsBase (2)
Base\System\Windows\Threading\Dispatcher.cs (1)
3178private SecurityCriticalData<MessageOnlyHwndWrapper> _window;
Shared\MS\Win32\HwndWrapper.cs (1)
492private SecurityCriticalData<HwndWrapperHook> _wndProc;