1 write to SizeTypeV
PresentationFramework (1)
src\Framework\System\Windows\Controls\Grid.cs (1)
1002
cell.
SizeTypeV
= GetLengthTypeForRange(DefinitionsV, cell.RowIndex, cell.RowSpan);
2 references to SizeTypeV
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
3599
internal bool IsStarV { get { return ((
SizeTypeV
& LayoutTimeSizeType.Star) != 0); } }
3600
internal bool IsAutoV { get { return ((
SizeTypeV
& LayoutTimeSizeType.Auto) != 0); } }