1 write to _cacheDragFullWindows
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
2350
_cacheDragFullWindows
= CreateInstance(SystemResourceKeyID.DragFullWindows);
2 references to _cacheDragFullWindows
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
2348
if (
_cacheDragFullWindows
== null)
2353
return
_cacheDragFullWindows
;