4 writes to DependencyProperty
PresentationFramework (4)
System\Windows\Shell\WindowChrome.cs (4)
313new _SystemParameterBoundProperty { DependencyProperty = CornerRadiusProperty, SystemParameterPropertyName = "WindowCornerRadius" }, 314new _SystemParameterBoundProperty { DependencyProperty = CaptionHeightProperty, SystemParameterPropertyName = "WindowCaptionHeight" }, 315new _SystemParameterBoundProperty { DependencyProperty = ResizeBorderThicknessProperty, SystemParameterPropertyName = "WindowResizeBorderThickness" }, 316new _SystemParameterBoundProperty { DependencyProperty = GlassFrameThicknessProperty, SystemParameterPropertyName = "WindowNonClientFrameThickness" },
2 references to DependencyProperty
PresentationFramework (2)
System\Windows\Shell\WindowChrome.cs (2)
329Assert.IsNotNull(bp.DependencyProperty); 332bp.DependencyProperty,