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)
438
PartToggleButton.
BorderThickness
= new Thickness(BorderThickness.Left, 0.0, BorderThickness.Right, BorderThickness.Bottom);
442
PartToggleButton.
BorderThickness
= new Thickness();
443
_headerButton.
BorderThickness
= new Thickness(0.0, 0.0, 0.0, 1.0);
451
PartToggleButton.
BorderThickness
= new Thickness(0.0, BorderThickness.Top, BorderThickness.Right, BorderThickness.Bottom);
455
PartToggleButton.
BorderThickness
= new Thickness();
456
_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)
1066
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
1095
RibbonDropDownHelper.GetMinDropDownSize(_itemsHost, _popup,
BorderThickness
),
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (6)
438
PartToggleButton.BorderThickness = new Thickness(
BorderThickness
.Left, 0.0,
BorderThickness
.Right,
BorderThickness
.Bottom);
451
PartToggleButton.BorderThickness = new Thickness(0.0,
BorderThickness
.Top,
BorderThickness
.Right,
BorderThickness
.Bottom);
Microsoft\Windows\Controls\Ribbon\RibbonSplitMenuItem.cs (6)
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);