1 write to _cacheWindowCaptionButtonWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
4971
_cacheWindowCaptionButtonWidth
= CreateInstance(SystemResourceKeyID.WindowCaptionButtonWidth);
2 references to _cacheWindowCaptionButtonWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
4969
if (
_cacheWindowCaptionButtonWidth
== null)
4974
return
_cacheWindowCaptionButtonWidth
;