4 instantiations of _SystemParameterBoundProperty
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" },
3 references to _SystemParameterBoundProperty
PresentationFramework (3)
src\Framework\System\Windows\Shell\WindowChrome.cs (3)
313
private static readonly List<
_SystemParameterBoundProperty
> _BoundProperties = new List<
_SystemParameterBoundProperty
>
328
foreach (
var
bp in _BoundProperties)