4 writes to BorderThickness
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
95
BorderThickness
= new Thickness(1),
LineSeparators\LineSeparatorTag.cs (1)
41
BorderThickness
= new Thickness(0, 0, 0, bottom: 1),
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (2)
296
_highlightLeftBorder.
BorderThickness
= new Thickness(BorderThickness.Left, BorderThickness.Top, 0.0, BorderThickness.Bottom);
301
_highlightRightBorder.
BorderThickness
= new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
5 references to BorderThickness
PresentationFramework (4)
System\Windows\Controls\Border.cs (4)
114
/// DependencyProperty for <see cref="
BorderThickness
" /> property.
212
Thickness borders = this.
BorderThickness
;
259
Thickness borders =
BorderThickness
;
387
Thickness border =
BorderThickness
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTabHeader.cs (1)
295
Thickness borderThickness = _outerBorder != null ? _outerBorder.
BorderThickness
: new Thickness();