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