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)
3159
private
SecurityCriticalDataClass
<CulturePreservingExecutionContext> _shutdownExecutionContext;
Shared\MS\Win32\HwndWrapper.cs (7)
274
SecurityCriticalDataClass
<IntPtr> handle = _handle;
413
SecurityCriticalDataClass
<IntPtr> handle = ((DestroyWindowArgs)args).Handle;
456
public DestroyWindowArgs(
SecurityCriticalDataClass
<IntPtr> handle, ushort classAtom)
462
public
SecurityCriticalDataClass
<IntPtr> Handle
478
private
SecurityCriticalDataClass
<IntPtr> _handle;
483
private
SecurityCriticalDataClass
<IntPtr> _handle;
485
private
SecurityCriticalDataClass
<WeakReferenceList> _hooks;