1 write to _cacheSmallWindowCaptionButtonHeight
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4513
_cacheSmallWindowCaptionButtonHeight
= CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonHeight);
2 references to _cacheSmallWindowCaptionButtonHeight
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4511
if (
_cacheSmallWindowCaptionButtonHeight
== null)
4516
return
_cacheSmallWindowCaptionButtonHeight
;