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