6 references to HasFirstLine
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (6)
1287if (!CheckFlags(Flags.HasFirstLine)) 1289SetFlags(true, Flags.HasFirstLine); 2742CheckFlags(Flags.HasFirstLine) && 3516if (CheckFlags(Flags.HasFirstLine)) 3746if (CheckFlags(Flags.HasFirstLine)) 3760SetFlags(false, Flags.HasFirstLine);