4 writes to SystemParameterPropertyName
PresentationFramework (4)
src\Framework\System\Windows\Shell\WindowChrome.cs (4)
315
new _SystemParameterBoundProperty { DependencyProperty = CornerRadiusProperty,
SystemParameterPropertyName
= "WindowCornerRadius" },
316
new _SystemParameterBoundProperty { DependencyProperty = CaptionHeightProperty,
SystemParameterPropertyName
= "WindowCaptionHeight" },
317
new _SystemParameterBoundProperty { DependencyProperty = ResizeBorderThicknessProperty,
SystemParameterPropertyName
= "WindowResizeBorderThickness" },
318
new _SystemParameterBoundProperty { DependencyProperty = GlassFrameThicknessProperty,
SystemParameterPropertyName
= "WindowNonClientFrameThickness" },
1 reference to SystemParameterPropertyName
PresentationFramework (1)
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
338
Path = new PropertyPath("(SystemParameters." + bp.
SystemParameterPropertyName
+ ")"),