2 references to ValidCellsStructure
PresentationFramework (2)
src\Framework\System\Windows\Controls\Grid.cs (2)
3219
get { return (!CheckFlagsAnd(Flags.
ValidCellsStructure
)); }
3220
set { SetFlags(!value, Flags.
ValidCellsStructure
); }