29 references to Type
PresentationCore (29)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (4)
535
if (lineLength == prefetchLength && lsrun.
Type
== Plsrun.Reverse)
546
} while ( !TextStore.IsNewline(lsrun.
Type
)
2043
if( lsrun.
Type
== Plsrun.Text
2044
|| lsrun.
Type
== Plsrun.InlineObject)
Core\CSharp\MS\Internal\TextFormatting\FullTextState.cs (2)
400
if (ccp == ccpCurrent && lsrun.
Type
== Plsrun.Reverse)
412
&& lsrun.
Type
!= Plsrun.ParaBreak
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
188
switch (lsrun.
Type
)
251
if ( lsrun.
Type
== Plsrun.Text
252
|| lsrun.
Type
== Plsrun.InlineObject)
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,
1858
(float)FullText.StoreFrom(lsrunFirst.
Type
).Settings.TextSource.PixelsPerDip,
2634
Debug.Assert(lsrun.
Type
== Plsrun.InlineObject);
2928
if (lsrun.
Type
== Plsrun.Text)
3367
if (lsrun.
Type
== Plsrun.Text)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (11)
1103
if (lsrun.
Type
== Plsrun.Text && cp + lsrun.Length > cpLimit)
1803
if(lsrun.
Type
< Plsrun.FormatAnchor)
1805
return lsrun.
Type
;
1976
if( lsrun.
Type
== Plsrun.Text
1977
|| lsrun.
Type
== Plsrun.InlineObject)
2151
if ( IsNewline(lsrun.
Type
)
2152
|| lsrun.
Type
== Plsrun.InlineObject)
2158
if (lsrun.
Type
== Plsrun.Text)
2225
if ( IsNewline(lsrun.
Type
)
2226
|| lsrun.
Type
== Plsrun.InlineObject)
2232
if (lsrun.
Type
== Plsrun.Text)