1 write to _windowCaptionButtonWidth
PresentationFramework (1)
src\Framework\System\Windows\SystemParameters.cs (1)
3536
_windowCaptionButtonWidth
= SystemParameters.ConvertPixel(UnsafeNativeMethods.GetSystemMetrics(SM.CXSIZE));
2 references to _windowCaptionButtonWidth
PresentationFramework (2)
src\Framework\System\Windows\SystemParameters.cs (2)
3540
return
_windowCaptionButtonWidth
;
5968
changed |=
_windowCaptionButtonWidth
!= WindowCaptionButtonWidth;