6 references to HasFirstLine
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (6)
1297if (!CheckFlags(Flags.HasFirstLine)) 1299SetFlags(true, Flags.HasFirstLine); 2752CheckFlags(Flags.HasFirstLine) && 3526if (CheckFlags(Flags.HasFirstLine)) 3756if (CheckFlags(Flags.HasFirstLine)) 3770SetFlags(false, Flags.HasFirstLine);