2 writes to BorderThickness
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
94
BorderThickness
= new Thickness(1),
LineSeparators\LineSeparatorTag.cs (1)
41
BorderThickness
= new Thickness(0, 0, 0, bottom: 1),
7 references to BorderThickness
PresentationFramework (4)
System\Windows\Controls\Border.cs (4)
113
/// DependencyProperty for <see cref="
BorderThickness
" /> property.
211
Thickness borders = this.
BorderThickness
;
258
Thickness borders =
BorderThickness
;
386
Thickness border =
BorderThickness
;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (2)
289
_highlightLeftBorder?.
BorderThickness
= new Thickness(BorderThickness.Left, BorderThickness.Top, 0.0, BorderThickness.Bottom);
291
_highlightRightBorder?.
BorderThickness
= new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
294
Thickness borderThickness = _outerBorder != null ? _outerBorder.
BorderThickness
: new Thickness();