3 writes to Height
PresentationFramework (3)
System\Windows\Controls\BorderGapMaskConverter.cs (2)
96rowDef1.Height = new GridLength(borderHeight / 2); 97rowDef2.Height = new GridLength(1, GridUnitType.Star);
System\Windows\Controls\RowDefinitionCollectionConverter.cs (1)
53collection.Add(new RowDefinition { Height = GridLengthConverter.FromString(th.GetCurrentToken(), cultureInfo) });