11 references to Flags
PresentationFramework (11)
MS\Internal\PtsHost\StructuralCache.cs (11)
78if (!CheckFlags(Flags.FormattedOnce)) 80SetFlags(true, Flags.FormattedOnce); 414return CheckFlags(Flags.FormattingInProgress); 418SetFlags(value, Flags.FormattingInProgress); 429return CheckFlags(Flags.ContentChangeInProgress); 433SetFlags(value, Flags.ContentChangeInProgress); 444return CheckFlags(Flags.FormattedOnce); 448SetFlags(value, Flags.FormattedOnce); 491private void SetFlags(bool value, Flags flags) 499private bool CheckFlags(Flags flags) 593private Flags _flags;