1 write to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
5067
_cacheSmallWindowCaptionButtonWidth
= CreateInstance(SystemResourceKeyID.SmallWindowCaptionButtonWidth);
2 references to _cacheSmallWindowCaptionButtonWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
5065
if (
_cacheSmallWindowCaptionButtonWidth
== null)
5070
return
_cacheSmallWindowCaptionButtonWidth
;