23 references to Text
PresentationCore (23)
MS\Internal\TextFormatting\FormatSettings.cs (1)
200case Plsrun.Text:
MS\Internal\TextFormatting\FullTextLine.cs (1)
2007if( lsrun.Type == Plsrun.Text
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
190case Plsrun.Text: 232if ( lsrun.Type == Plsrun.Text 523if (lsrun.Type == Plsrun.Text) 693!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 757!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 2753if (lsrun.Type == Plsrun.Text) 3179if (lsrun.Type == Plsrun.Text)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
179return _type == Plsrun.Text; 190return (_type == Plsrun.Text || _type == Plsrun.InlineObject);
MS\Internal\TextFormatting\TextProperties.cs (1)
406return Plsrun.Text;
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
125if (plsrun == Plsrun.Text || plsrun == Plsrun.InlineObject) 211if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 300if ( TextRunInfo.GetRunType(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (8)
431if (runType == Plsrun.Text) 1092if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1140if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1524case Plsrun.Text: 1731Plsrun.Text, 1968if( lsrun.Type == Plsrun.Text 2150if (lsrun.Type == Plsrun.Text) 2223if (lsrun.Type == Plsrun.Text)