4 instantiations of SecurityCriticalDataClass
WindowsBase (4)
Base\System\Windows\Threading\Dispatcher.cs (1)
1996_shutdownExecutionContext = new SecurityCriticalDataClass<CulturePreservingExecutionContext>(shutdownExecutionContext);
Shared\MS\Win32\HwndWrapper.cs (3)
151_handle = new SecurityCriticalDataClass<IntPtr>(UnsafeNativeMethods.CreateWindowEx(exStyle, 298_hooks = new SecurityCriticalDataClass<WeakReferenceList>(new WeakReferenceList()); 312_hooks = new SecurityCriticalDataClass<WeakReferenceList>(new WeakReferenceList());
8 references to SecurityCriticalDataClass
WindowsBase (8)
Base\System\Windows\Threading\Dispatcher.cs (1)
3159private SecurityCriticalDataClass<CulturePreservingExecutionContext> _shutdownExecutionContext;
Shared\MS\Win32\HwndWrapper.cs (7)
274SecurityCriticalDataClass<IntPtr> handle = _handle; 413SecurityCriticalDataClass<IntPtr> handle = ((DestroyWindowArgs)args).Handle; 456public DestroyWindowArgs(SecurityCriticalDataClass<IntPtr> handle, ushort classAtom) 462public SecurityCriticalDataClass<IntPtr> Handle 478private SecurityCriticalDataClass<IntPtr> _handle; 483private SecurityCriticalDataClass<IntPtr> _handle; 485private SecurityCriticalDataClass<WeakReferenceList> _hooks;