10 references to GridLength
PresentationFramework (6)
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (3)
98colDef1.Width = new GridLength(lineWidth); 99colDef2.Width = new GridLength(headerWidth); 106rowDef1.Height = new GridLength(borderHeight / 2);
src\Framework\System\Windows\Controls\GridSplitter.cs (2)
860SetDefinitionLength(_resizeData.Definition1, new GridLength(definition1Pixels)); 864SetDefinitionLength(_resizeData.Definition2, new GridLength(definition2Pixels));
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1683table.Columns[columnIndex].Width = new GridLength(columnWidths[columnIndex]);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\SharedPropertyValueColumnWidthContainer.cs (3)
35private GridLength _valueColumnWidth = new GridLength(0); 112this.ValueColumnWidth = new GridLength(value * this.ValueColumnPercentage); 143this.ValueColumnWidth = new GridLength(value * this.ContainerWidth);
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
886this.designerViewGrid.RowDefinitions[2].Height = new GridLength(0);