1 write to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4483
_cacheSmallWindowCaptionButtonWidth
= CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonWidth);
2 references to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4481
if (
_cacheSmallWindowCaptionButtonWidth
== null)
4486
return
_cacheSmallWindowCaptionButtonWidth
;