23 references to Text
PresentationCore (23)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
207case Plsrun.Text:
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2043if( lsrun.Type == Plsrun.Text
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
209case Plsrun.Text: 251if ( lsrun.Type == Plsrun.Text 564if (lsrun.Type == Plsrun.Text) 746!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 814!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 2928if (lsrun.Type == Plsrun.Text) 3367if (lsrun.Type == Plsrun.Text)
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
194return _type == Plsrun.Text; 205return (_type == Plsrun.Text || _type == Plsrun.InlineObject);
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
408return Plsrun.Text;
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
131if (plsrun == Plsrun.Text || plsrun == Plsrun.InlineObject) 217if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 306if ( TextRunInfo.GetRunType(run) == Plsrun.Text
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (8)
437if (runType == Plsrun.Text) 1103if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1151if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1535case Plsrun.Text: 1739Plsrun.Text, 1976if( lsrun.Type == Plsrun.Text 2158if (lsrun.Type == Plsrun.Text) 2232if (lsrun.Type == Plsrun.Text)