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