1 write to SizeTypeU
PresentationFramework (1)
System\Windows\Controls\Grid.cs (1)
929cell.SizeTypeU = GetLengthTypeForRange(DefinitionsU, cell.ColumnIndex, cell.ColumnSpan);
2 references to SizeTypeU
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3529internal bool IsStarU { get { return ((SizeTypeU & LayoutTimeSizeType.Star) != 0); } } 3530internal bool IsAutoU { get { return ((SizeTypeU & LayoutTimeSizeType.Auto) != 0); } }