23 references to Text
PresentationCore (23)
MS\Internal\TextFormatting\FormatSettings.cs (1)
194case Plsrun.Text:
MS\Internal\TextFormatting\FullTextLine.cs (1)
1993if( lsrun.Type == Plsrun.Text
MS\Internal\TextFormatting\LineServicesCallbacks.cs (7)
159case Plsrun.Text: 201if ( lsrun.Type == Plsrun.Text 492if (lsrun.Type == Plsrun.Text) 664!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 728!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.InlineObject, 2728if (lsrun.Type == Plsrun.Text) 3154if (lsrun.Type == Plsrun.Text)
MS\Internal\TextFormatting\LineServicesRun.cs (2)
164return _type == Plsrun.Text; 175return (_type == Plsrun.Text || _type == Plsrun.InlineObject);
MS\Internal\TextFormatting\TextProperties.cs (1)
399return Plsrun.Text;
MS\Internal\TextFormatting\TextRunCacheImp.cs (3)
110if (plsrun == Plsrun.Text || plsrun == Plsrun.InlineObject) 196if (TextRunInfo.GetRunType(textRun) == Plsrun.Text) 285if ( TextRunInfo.GetRunType(run) == Plsrun.Text
MS\Internal\TextFormatting\TextStore.cs (8)
415if (runType == Plsrun.Text) 1076if (lsrun.Type == Plsrun.Text && cp + lsrun.Length > cpLimit) 1124if (runInfo.Plsrun == Plsrun.Text && !IsNewline((ushort)runInfo.CharacterAttributeFlags)) 1508case Plsrun.Text: 1715Plsrun.Text, 1952if( lsrun.Type == Plsrun.Text 2134if (lsrun.Type == Plsrun.Text) 2207if (lsrun.Type == Plsrun.Text)