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