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