1 write to _smallWindowCaptionButtonWidth
PresentationFramework (1)
System\Windows\SystemParameters.cs (1)
3254
_smallWindowCaptionButtonWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXSMSIZE));
2 references to _smallWindowCaptionButtonWidth
PresentationFramework (2)
System\Windows\SystemParameters.cs (2)
3258
return
_smallWindowCaptionButtonWidth
;
5411
changed |=
_smallWindowCaptionButtonWidth
!= SmallWindowCaptionButtonWidth;