11 references to Flags
PresentationFramework (11)
MS\Internal\PtsHost\StructuralCache.cs (11)
77if (!CheckFlags(Flags.FormattedOnce)) 79SetFlags(true, Flags.FormattedOnce); 413return CheckFlags(Flags.FormattingInProgress); 417SetFlags(value, Flags.FormattingInProgress); 428return CheckFlags(Flags.ContentChangeInProgress); 432SetFlags(value, Flags.ContentChangeInProgress); 443return CheckFlags(Flags.FormattedOnce); 447SetFlags(value, Flags.FormattedOnce); 490private void SetFlags(bool value, Flags flags) 498private bool CheckFlags(Flags flags) 592private Flags _flags;