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