1 write to _smallWindowCaptionButtonWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
3687
_smallWindowCaptionButtonWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXSMSIZE));
2 references to _smallWindowCaptionButtonWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
3691
return
_smallWindowCaptionButtonWidth
;
5986
changed |=
_smallWindowCaptionButtonWidth
!= SmallWindowCaptionButtonWidth;