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)
3540return _windowCaptionButtonWidth; 5968changed |= _windowCaptionButtonWidth != WindowCaptionButtonWidth;