5 writes to Width
Microsoft.VisualStudio.LanguageServices.CSharp (2)
SemanticSearch\SemanticSearchToolWindowImpl.cs (2)
122
toolbarGrid.ColumnDefinitions.Add(new ColumnDefinition() {
Width
= new GridLength(ToolBarHeight, GridUnitType.Pixel) });
123
toolbarGrid.ColumnDefinitions.Add(new ColumnDefinition() {
Width
= new GridLength(ToolBarHeight, GridUnitType.Pixel) });
PresentationFramework (3)
System\Windows\Controls\BorderGapMaskConverter.cs (3)
88
colDef1.
Width
= new GridLength(lineWidth);
89
colDef2.
Width
= new GridLength(headerWidth);
90
colDef3.
Width
= new GridLength(1, GridUnitType.Star);