7 writes to BorderThickness
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
194
BorderThickness
= new Thickness(0, 0, 0, 0),
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (6)
440
PartToggleButton.
BorderThickness
= new Thickness(BorderThickness.Left, 0.0, BorderThickness.Right, BorderThickness.Bottom);
444
PartToggleButton.
BorderThickness
= new Thickness();
445
_headerButton.
BorderThickness
= new Thickness(0.0, 0.0, 0.0, 1.0);
453
PartToggleButton.
BorderThickness
= new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
457
PartToggleButton.
BorderThickness
= new Thickness();
458
_headerButton.
BorderThickness
= new Thickness(0.0, 0.0, 1.0, 0.0);
16 references to BorderThickness
System.Windows.Controls.Ribbon (16)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1005
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
1034
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1069
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
1098
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (6)
440
PartToggleButton.BorderThickness = new Thickness(
BorderThickness
.Left, 0.0,
BorderThickness
.Right,
BorderThickness
.Bottom);
453
PartToggleButton.BorderThickness = new Thickness(0.0,
BorderThickness
.Top,
BorderThickness
.Right,
BorderThickness
.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (6)
299
_highlightLeftBorder.BorderThickness = new Thickness(
BorderThickness
.Left,
BorderThickness
.Top, 0.0,
BorderThickness
.Bottom);
304
_highlightRightBorder.BorderThickness = new Thickness(0.0,
BorderThickness
.Top,
BorderThickness
.Right,
BorderThickness
.Bottom);