2 references to HasStarCellsV
PresentationFramework (2)
System\Windows\Controls\Grid.cs (2)
3206
get { return (CheckFlagsAnd(Flags.
HasStarCellsV
)); }
3207
set { SetFlags(value, Flags.
HasStarCellsV
); }