36 references to CheckFlags
PresentationFramework (36)
src\Framework\System\Windows\Controls\TextBlock.cs (36)
418if(CheckFlags(Flags.ContentChangeInProgress)) 634!textblock.CheckFlags(Flags.TextContentChanging) && 1268if (CheckFlags(Flags.PendingTextContainerEventInit)) 1315bool formattedOnce = CheckFlags(Flags.FormattedOnce); 1375if (!CheckFlags(Flags.HasFirstLine)) 1614SetFlags(CheckFlags(Flags.HasParagraphEllipses), Flags.RequiresAlignment); 1625if (CheckFlags(Flags.HasParagraphEllipses)) 1642if (!CheckFlags(Flags.HasParagraphEllipses) || 1664if (!CheckFlags(Flags.HasParagraphEllipses)) 1696if (CheckFlags(Flags.FormattedOnce)) 1950if(CheckFlags(Flags.ContentChangeInProgress)) 2061if (CheckFlags(Flags.MeasureInProgress)) 2136if (CheckFlags(Flags.RequiresAlignment)) 2841CheckFlags(Flags.HasFirstLine) && 2842!CheckFlags(Flags.ContentChangeInProgress) && 2843!CheckFlags(Flags.MeasureInProgress) && 2844!CheckFlags(Flags.ArrangeInProgress); // Content is not currently changeing 2866return !CheckFlags(Flags.IsTypographySet); 2887get { return CheckFlags(Flags.IsContentPresenterContainer); } 2983if (CheckFlags(Flags.FormattedOnce)) 2987Invariant.Assert(!CheckFlags(Flags.PendingTextContainerEventInit)); 3035Invariant.Assert(CheckFlags(Flags.FormattedOnce), "Unexpected Highlights.Changed callback before first format!"); 3057if (CheckFlags(Flags.FormattedOnce)) 3092if (CheckFlags(Flags.FormattedOnce)) 3102if (!CheckFlags(Flags.TextContentChanging) && args.TextChange != TextChangeType.PropertyModified) 3246if (!CheckFlags(Flags.HasParagraphEllipses)) 3347if (CheckFlags(Flags.TreeInReadOnlyMode)) 3406Debug.Assert(CheckFlags(Flags.RequiresAlignment)); 3515if (CheckFlags(Flags.HasFirstLine)) 3566if(CheckFlags(Flags.MeasureInProgress)) 3571if(CheckFlags(Flags.ArrangeInProgress)) 3576if(CheckFlags(Flags.ContentChangeInProgress)) 3686if (!CheckFlags(Flags.MeasureInProgress)) 3745if (CheckFlags(Flags.HasFirstLine)) 3768if (CheckFlags(Flags.IsHyphenatorSet)) 4083if (text.CheckFlags(Flags.TextContentChanging))