11 references to Flags
PresentationFramework (11)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (11)
88if (!CheckFlags(Flags.FormattedOnce)) 90SetFlags(true, Flags.FormattedOnce); 424return CheckFlags(Flags.FormattingInProgress); 428SetFlags(value, Flags.FormattingInProgress); 439return CheckFlags(Flags.ContentChangeInProgress); 443SetFlags(value, Flags.ContentChangeInProgress); 454return CheckFlags(Flags.FormattedOnce); 458SetFlags(value, Flags.FormattedOnce); 501private void SetFlags(bool value, Flags flags) 509private bool CheckFlags(Flags flags) 603private Flags _flags;