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