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