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