1 write to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4497
_cacheSmallWindowCaptionButtonWidth
= CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonWidth);
2 references to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4495
if (
_cacheSmallWindowCaptionButtonWidth
== null)
4500
return
_cacheSmallWindowCaptionButtonWidth
;