29 references to Type
PresentationCore (29)
MS\Internal\TextFormatting\FullTextLine.cs (4)
512
if (lineLength == prefetchLength && lsrun.
Type
== Plsrun.Reverse)
522
} while ( !TextStore.IsNewline(lsrun.
Type
)
2007
if( lsrun.
Type
== Plsrun.Text
2008
|| lsrun.
Type
== Plsrun.InlineObject)
MS\Internal\TextFormatting\FullTextState.cs (2)
380
if (ccp == ccpCurrent && lsrun.
Type
== Plsrun.Reverse)
391
&& lsrun.
Type
!= Plsrun.ParaBreak
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
169
switch (lsrun.
Type
)
232
if ( lsrun.
Type
== Plsrun.Text
233
|| lsrun.
Type
== Plsrun.InlineObject)
523
if (lsrun.
Type
== Plsrun.Text)
693
!TextStore.IsContent(plsrun) || lsrun.
Type
== Plsrun.Text || lsrun.
Type
== Plsrun.InlineObject,
757
!TextStore.IsContent(plsrun) || lsrun.
Type
== Plsrun.Text || lsrun.
Type
== Plsrun.InlineObject,
1750
(float)FullText.StoreFrom(lsrunFirst.
Type
).Settings.TextSource.PixelsPerDip,
2469
Debug.Assert(lsrun.
Type
== Plsrun.InlineObject);
2753
if (lsrun.
Type
== Plsrun.Text)
3179
if (lsrun.
Type
== Plsrun.Text)
MS\Internal\TextFormatting\TextStore.cs (11)
1092
if (lsrun.
Type
== Plsrun.Text && cp + lsrun.Length > cpLimit)
1795
if(lsrun.
Type
< Plsrun.FormatAnchor)
1797
return lsrun.
Type
;
1968
if( lsrun.
Type
== Plsrun.Text
1969
|| lsrun.
Type
== Plsrun.InlineObject)
2143
if ( IsNewline(lsrun.
Type
)
2144
|| lsrun.
Type
== Plsrun.InlineObject)
2150
if (lsrun.
Type
== Plsrun.Text)
2216
if ( IsNewline(lsrun.
Type
)
2217
|| lsrun.
Type
== Plsrun.InlineObject)
2223
if (lsrun.
Type
== Plsrun.Text)