11 references to BorderThicknessProperty
PresentationFramework (7)
System\Windows\Controls\Border.cs (2)
74get { return (Thickness) GetValue(BorderThicknessProperty); } 75set { SetValue(BorderThicknessProperty, value); }
System\Windows\Controls\Control.cs (2)
97= Border.BorderThicknessProperty.AddOwner(typeof(Control), 99Border.BorderThicknessProperty.DefaultMetadata.DefaultValue,
System\Windows\Controls\Validation.cs (1)
611border.SetValue(Border.BorderThicknessProperty, new Thickness(1));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1804DependencyProperty dp = System.Windows.Controls.Border.BorderThicknessProperty;
System\Windows\Markup\KnownTypes.cs (1)
1692return System.Windows.Controls.Border.BorderThicknessProperty;
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
90Border.BorderThicknessProperty.AddOwner(
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
90Border.BorderThicknessProperty.AddOwner(
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
83System.Windows.Controls.Border.BorderThicknessProperty.AddOwner(typeof(BulletChrome));
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
83System.Windows.Controls.Border.BorderThicknessProperty.AddOwner(typeof(BulletChrome));