1 write to _cacheWindowCaptionButtonWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
4401
_cacheWindowCaptionButtonWidth
= CreateInstance(SystemResourceKeyID.WindowCaptionButtonWidth);
2 references to _cacheWindowCaptionButtonWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
4399
if (
_cacheWindowCaptionButtonWidth
== null)
4404
return
_cacheWindowCaptionButtonWidth
;