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