6 references to HasFirstLine
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextBlock.cs (6)
1375if (!CheckFlags(Flags.HasFirstLine)) 1377SetFlags(true, Flags.HasFirstLine); 2841CheckFlags(Flags.HasFirstLine) && 3515if (CheckFlags(Flags.HasFirstLine)) 3745if (CheckFlags(Flags.HasFirstLine)) 3759SetFlags(false, Flags.HasFirstLine);