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