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