6 references to HasFirstLine
PresentationFramework (6)
System\Windows\Controls\TextBlock.cs (6)
1282if (!CheckFlags(Flags.HasFirstLine)) 1284SetFlags(true, Flags.HasFirstLine); 2731CheckFlags(Flags.HasFirstLine) && 3507if (CheckFlags(Flags.HasFirstLine)) 3737if (CheckFlags(Flags.HasFirstLine)) 3751SetFlags(false, Flags.HasFirstLine);