23 references to Text
PresentationCore (23)
MS\Internal\TextFormatting\FormatSettings.cs (1)
195case Plsrun.Text:
MS\Internal\TextFormatting\FullTextLine.cs (1)
1992if( lsrun.Type == Plsrun.Text
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
171case Plsrun.Text: 213if ( lsrun.Type == Plsrun.Text 504if (lsrun.Type == Plsrun.Text) 674!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 738!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 2734if (lsrun.Type == Plsrun.Text) 3160if (lsrun.Type == Plsrun.Text)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
165return _type == Plsrun.Text; 176return (_type == Plsrun.Text || _type == Plsrun.InlineObject);
MS\Internal\TextFormatting\TextProperties.cs (1)
400return Plsrun.Text;
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
111if (plsrun == Plsrun.Text || plsrun == Plsrun.InlineObject) 197if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 286if ( TextRunInfo.GetRunType(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (8)
416if (runType == Plsrun.Text) 1077if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1125if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1509case Plsrun.Text: 1716Plsrun.Text, 1953if( lsrun.Type == Plsrun.Text 2135if (lsrun.Type == Plsrun.Text) 2208if (lsrun.Type == Plsrun.Text)