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