1 write to _cacheSwapButtons
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4836
_cacheSwapButtons
= CreateInstance(SystemResourceKeyID.SwapButtons);
2 references to _cacheSwapButtons
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4834
if (
_cacheSwapButtons
== null)
4839
return
_cacheSwapButtons
;