1 write to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4484
_cacheSmallWindowCaptionButtonWidth
= CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonWidth);
2 references to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4482
if (
_cacheSmallWindowCaptionButtonWidth
== null)
4487
return
_cacheSmallWindowCaptionButtonWidth
;