4 instantiations of _SystemParameterBoundProperty
PresentationFramework (4)
System\Windows\Shell\WindowChrome.cs (4)
317new _SystemParameterBoundProperty { DependencyProperty = CornerRadiusProperty, SystemParameterPropertyName = "WindowCornerRadius" }, 318new _SystemParameterBoundProperty { DependencyProperty = CaptionHeightProperty, SystemParameterPropertyName = "WindowCaptionHeight" }, 319new _SystemParameterBoundProperty { DependencyProperty = ResizeBorderThicknessProperty, SystemParameterPropertyName = "WindowResizeBorderThickness" }, 320new _SystemParameterBoundProperty { DependencyProperty = GlassFrameThicknessProperty, SystemParameterPropertyName = "WindowNonClientFrameThickness" },
3 references to _SystemParameterBoundProperty
PresentationFramework (3)
System\Windows\Shell\WindowChrome.cs (3)
315private static readonly List<_SystemParameterBoundProperty> _BoundProperties = new List<_SystemParameterBoundProperty> 330foreach (var bp in _BoundProperties)