1 write to _cacheDragFullWindows
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
2156
_cacheDragFullWindows
= CreateInstance(SystemResourceKeyID.DragFullWindows);
2 references to _cacheDragFullWindows
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
2154
if (
_cacheDragFullWindows
== null)
2159
return
_cacheDragFullWindows
;