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)
429
PartToggleButton.
BorderThickness
= new Thickness(BorderThickness.Left, 0.0, BorderThickness.Right, BorderThickness.Bottom);
433
PartToggleButton.
BorderThickness
= new Thickness();
434
_headerButton.
BorderThickness
= new Thickness(0.0, 0.0, 0.0, 1.0);
442
PartToggleButton.
BorderThickness
= new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
446
PartToggleButton.
BorderThickness
= new Thickness();
447
_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)
1002
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
1031
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1063
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
1092
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (6)
429
PartToggleButton.BorderThickness = new Thickness(
BorderThickness
.Left, 0.0,
BorderThickness
.Right,
BorderThickness
.Bottom);
442
PartToggleButton.BorderThickness = new Thickness(0.0,
BorderThickness
.Top,
BorderThickness
.Right,
BorderThickness
.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (6)
295
_highlightLeftBorder.BorderThickness = new Thickness(
BorderThickness
.Left,
BorderThickness
.Top, 0.0,
BorderThickness
.Bottom);
300
_highlightRightBorder.BorderThickness = new Thickness(0.0,
BorderThickness
.Top,
BorderThickness
.Right,
BorderThickness
.Bottom);