23 references to Text
PresentationCore (23)
MS\Internal\TextFormatting\FormatSettings.cs (1)
195case Plsrun.Text:
MS\Internal\TextFormatting\FullTextLine.cs (1)
1994if( lsrun.Type == Plsrun.Text
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
160case Plsrun.Text: 202if ( lsrun.Type == Plsrun.Text 493if (lsrun.Type == Plsrun.Text) 665!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 729!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 2729if (lsrun.Type == Plsrun.Text) 3155if (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)