1 write to _cacheSwapButtons
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4849
_cacheSwapButtons
= CreateInstance(SystemResourceKeyID.SwapButtons);
2 references to _cacheSwapButtons
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4847
if (
_cacheSwapButtons
== null)
4852
return
_cacheSwapButtons
;