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