6 types derived from Border
PresentationFramework.Aero (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
20public sealed partial class DataGridHeaderBorder : Border
PresentationFramework.Aero2 (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
20public sealed partial class DataGridHeaderBorder : Border
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
20public sealed partial class DataGridHeaderBorder : Border
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
20public sealed partial class DataGridHeaderBorder : Border
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
20public sealed partial class DataGridHeaderBorder : Border
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
20public sealed partial class DataGridHeaderBorder : Border
6 instantiations of Border
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
92var border = new Border
InlineHints\InlineHintsTag.cs (1)
164var border = new Border
LineSeparators\LineSeparatorTag.cs (1)
38var border = new Border()
PresentationFramework (3)
MS\Internal\Documents\DocumentGrid.cs (1)
1676_documentGridBackground = new Border
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2300DefaultConstructor = delegate () { return new System.Windows.Controls.Border(); },
System\Windows\Markup\KnownTypes.cs (1)
1144case KnownElements.Border: o = new System.Windows.Controls.Border(); break;
92 references to Border
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (2)
54internal System.Windows.Controls.Border Outline; 173this.Outline = ((System.Windows.Controls.Border)(target));
InlineDiagnostics\InlineDiagnosticsTag.cs (3)
92var border = new Border 181var border = (Border)adornment;
InlineHints\InlineHintsTag.cs (1)
164var border = new Border
LineSeparators\LineSeparatorTag.cs (1)
38var border = new Border()
Microsoft.VisualStudio.LanguageServices (11)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\EditorConfigSettings\SettingsEditorControl.g.cs (2)
92internal System.Windows.Controls.Border SearchControl; 193this.SearchControl = ((System.Windows.Controls.Border)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\PreviewPane\PreviewPane.g.cs (2)
78internal System.Windows.Controls.Border SeverityIconBorder; 226this.SeverityIconBorder = ((System.Windows.Controls.Border)(target));
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\UnusedReferences\Dialog\RemoveUnusedReferencesDialog.g.cs (2)
54internal System.Windows.Controls.Border TablePanel; 110this.TablePanel = ((System.Windows.Controls.Border)(target));
EditorConfigSettings\SettingsEditorControl.xaml.cs (1)
74public Border SearchControlParent => SearchControl;
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (4)
79var templateBorder = new FrameworkElementFactory(typeof(Border), "Border"); 80templateBorder.SetValue(Border.BorderThicknessProperty, new Thickness(1)); 81templateBorder.SetValue(Border.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty)); 82templateBorder.SetValue(Border.BorderBrushProperty, new TemplateBindingExtension(BorderBrushProperty));
PresentationFramework (41)
MS\Internal\Documents\DocumentGrid.cs (3)
1053Border background = _childrenCollection[i] as Border; 3193private Border _documentGridBackground;
System\Windows\Controls\Border.cs (7)
118= DependencyProperty.Register("BorderThickness", typeof(Thickness), typeof(Border), 127Border border = (Border)d; 144= DependencyProperty.Register("Padding", typeof(Thickness), typeof(Border), 154= DependencyProperty.Register("CornerRadius", typeof(CornerRadius), typeof(Border), 171= DependencyProperty.Register("BorderBrush", typeof(Brush), typeof(Border), 183Panel.BackgroundProperty.AddOwner(typeof(Border),
System\Windows\Controls\Control.cs (4)
66= Border.BorderBrushProperty.AddOwner(typeof(Control), 68Border.BorderBrushProperty.DefaultMetadata.DefaultValue, 88= Border.BorderThicknessProperty.AddOwner(typeof(Control), 90Border.BorderThicknessProperty.DefaultMetadata.DefaultValue,
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1159FrameworkElementFactory border = new FrameworkElementFactory(typeof(Border)); 1160border.SetValue(Border.BackgroundProperty, new SolidColorBrush(Color.FromUInt32(0xFF000080)));
System\Windows\Controls\PasswordBox.cs (3)
981if (element is Border) 983_border = (Border)element; 1268private Border _border;
System\Windows\Controls\Validation.cs (3)
595FrameworkElementFactory border = new FrameworkElementFactory(typeof(Border), "Border"); 596border.SetValue(Border.BorderBrushProperty, Brushes.Red); 597border.SetValue(Border.BorderThicknessProperty, new Thickness(1));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
144case 50: t = () => typeof(Border); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (13)
1769Type type = typeof(System.Windows.Controls.Border); 1770DependencyProperty dp = System.Windows.Controls.Border.BackgroundProperty; 1772this.GetXamlType(typeof(System.Windows.Controls.Border)), // DeclaringType 1788Type type = typeof(System.Windows.Controls.Border); 1789DependencyProperty dp = System.Windows.Controls.Border.BorderBrushProperty; 1791this.GetXamlType(typeof(System.Windows.Controls.Border)), // DeclaringType 1807Type type = typeof(System.Windows.Controls.Border); 1808DependencyProperty dp = System.Windows.Controls.Border.BorderThicknessProperty; 1810this.GetXamlType(typeof(System.Windows.Controls.Border)), // DeclaringType 4363Type type = typeof(System.Windows.Controls.Border); 4365this.GetXamlType(typeof(System.Windows.Controls.Border)), // DeclaringType 4372SetDelegate = delegate (object target, object value) { ((System.Windows.Controls.Border)target).Child = (System.Windows.UIElement)value; }, 4373GetDelegate = delegate (object target) { return ((System.Windows.Controls.Border)target).Child; }
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2297typeof(System.Windows.Controls.Border),
System\Windows\Markup\KnownTypes.cs (4)
1682return System.Windows.Controls.Border.BackgroundProperty; 1684return System.Windows.Controls.Border.BorderBrushProperty; 1686return System.Windows.Controls.Border.BorderThicknessProperty; 5598case KnownElements.Border: t = typeof(System.Windows.Controls.Border); break;
PresentationFramework.Aero (4)
Microsoft\Windows\Themes\BulletChrome.cs (1)
70Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
65Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
65Border.BorderBrushProperty.AddOwner( 84Border.BorderThicknessProperty.AddOwner(
PresentationFramework.Aero2 (4)
Microsoft\Windows\Themes\BulletChrome.cs (1)
70Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
65Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
65Border.BorderBrushProperty.AddOwner( 84Border.BorderThicknessProperty.AddOwner(
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
220Border.BorderBrushProperty.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
59System.Windows.Controls.Border.BorderBrushProperty.AddOwner( 79System.Windows.Controls.Border.BorderThicknessProperty.AddOwner(typeof(BulletChrome));
PresentationFramework.Royale (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
178Border.BorderBrushProperty.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
59System.Windows.Controls.Border.BorderBrushProperty.AddOwner( 79System.Windows.Controls.Border.BorderThicknessProperty.AddOwner(typeof(BulletChrome));
PresentationUI (2)
artifacts\obj\PresentationUI\x86\Debug\net10.0\MS\Internal\Documents\FindToolBar.g.cs (2)
50internal System.Windows.Controls.Border FindTextBoxBorder; 193this.FindTextBoxBorder = ((System.Windows.Controls.Border)(target));
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (3)
31[TemplatePart(Name = RibbonCheckBox.CheckBorderTemplatePart, Type = typeof(Border))] 65_checkBorder = GetTemplateChild(CheckBorderTemplatePart) as Border; 505Border _checkBorder = null;
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (3)
42[TemplatePart(Name = RibbonGroup.HotBackgroundBorderTemplatePartName, Type = typeof(Border))] 134_hotBackgroundBorder = GetTemplateChild(HotBackgroundBorderTemplatePartName) as Border; 1364private Border _hotBackgroundBorder; // Used in an animation to give a highlighting effect when mouse-entering a RibbonGroup.
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
38[TemplatePart(Name = RibbonMenuItem.SideBarBorderTemplatePartName, Type = typeof(Border))]
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (4)
26[TemplatePart(Name = RibbonMenuItem.SideBarBorderTemplatePartName, Type = typeof(Border))] 171_highlightLeftBorder = GetTemplateChild("HighlightLeftBorder") as Border; 172_highlightRightBorder = GetTemplateChild("HighlightRightBorder") as Border; 355Border _highlightLeftBorder, _highlightRightBorder;
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (3)
28[TemplatePart(Name = RibbonTabHeader.OuterBorderTemplatePartName, Type = typeof(Border))] 269_outerBorder = GetTemplateChild(OuterBorderTemplatePartName) as Border; 271private Border _outerBorder;
Microsoft\Windows\Controls\Ribbon\RibbonWindow.cs (3)
22[TemplatePart(Name = RibbonWindow._clientAreaBorderTemplateName, Type = typeof(Border))] 97_clientAreaBorder = GetTemplateChild(RibbonWindow._clientAreaBorderTemplateName) as Border; 150private Border _clientAreaBorder;