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