1 write to _cacheSmallWindowCaptionButtonHeight
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5083
_cacheSmallWindowCaptionButtonHeight
= CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonHeight);
2 references to _cacheSmallWindowCaptionButtonHeight
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5081
if (
_cacheSmallWindowCaptionButtonHeight
== null)
5086
return
_cacheSmallWindowCaptionButtonHeight
;