8 references to Flags
PresentationFramework (8)
src\Framework\System\Windows\Documents\TableRow.cs (8)
214SetFlags(!rowSpanVector.Empty(), Flags.HasForeignCells); 215SetFlags(false, Flags.HasRealCells); 264SetFlags(true, Flags.HasRealCells); 368get { return (CheckFlags(Flags.HasForeignCells)); } 376get { return (CheckFlags(Flags.HasRealCells)); } 425private void SetFlags(bool value, Flags flags) 433private bool CheckFlags(Flags flags) 455private Flags _flags; // flags reflecting various aspects of row's state