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