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)
3691return _smallWindowCaptionButtonWidth; 5986changed |= _smallWindowCaptionButtonWidth != SmallWindowCaptionButtonWidth;