4 writes to SystemParameterPropertyName
PresentationFramework (4)
System\Windows\Shell\WindowChrome.cs (4)
317
new _SystemParameterBoundProperty { DependencyProperty = CornerRadiusProperty,
SystemParameterPropertyName
= "WindowCornerRadius" },
318
new _SystemParameterBoundProperty { DependencyProperty = CaptionHeightProperty,
SystemParameterPropertyName
= "WindowCaptionHeight" },
319
new _SystemParameterBoundProperty { DependencyProperty = ResizeBorderThicknessProperty,
SystemParameterPropertyName
= "WindowResizeBorderThickness" },
320
new _SystemParameterBoundProperty { DependencyProperty = GlassFrameThicknessProperty,
SystemParameterPropertyName
= "WindowNonClientFrameThickness" },
1 reference to SystemParameterPropertyName
PresentationFramework (1)
System\Windows\Shell\WindowChrome.cs (1)
340
Path = new PropertyPath($"(SystemParameters.{bp.
SystemParameterPropertyName
})"),