6 references to HasFirstLine
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (6)
1281if (!CheckFlags(Flags.HasFirstLine)) 1283SetFlags(true, Flags.HasFirstLine); 2730CheckFlags(Flags.HasFirstLine) && 3506if (CheckFlags(Flags.HasFirstLine)) 3736if (CheckFlags(Flags.HasFirstLine)) 3750SetFlags(false, Flags.HasFirstLine);