29 references to Type
PresentationCore (29)
MS\Internal\TextFormatting\FullTextLine.cs (4)
499
if (lineLength == prefetchLength && lsrun.
Type
== Plsrun.Reverse)
509
} while ( !TextStore.IsNewline(lsrun.
Type
)
1994
if( lsrun.
Type
== Plsrun.Text
1995
|| lsrun.
Type
== Plsrun.InlineObject)
MS\Internal\TextFormatting\FullTextState.cs (2)
376
if (ccp == ccpCurrent && lsrun.
Type
== Plsrun.Reverse)
387
&& lsrun.
Type
!= Plsrun.ParaBreak
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
139
switch (lsrun.
Type
)
202
if ( lsrun.
Type
== Plsrun.Text
203
|| lsrun.
Type
== Plsrun.InlineObject)
493
if (lsrun.
Type
== Plsrun.Text)
665
!TextStore.IsContent(plsrun) || lsrun.
Type
== Plsrun.Text || lsrun.
Type
== Plsrun.InlineObject,
729
!TextStore.IsContent(plsrun) || lsrun.
Type
== Plsrun.Text || lsrun.
Type
== Plsrun.InlineObject,
1722
(float)FullText.StoreFrom(lsrunFirst.
Type
).Settings.TextSource.PixelsPerDip,
2445
Debug.Assert(lsrun.
Type
== Plsrun.InlineObject);
2729
if (lsrun.
Type
== Plsrun.Text)
3155
if (lsrun.
Type
== Plsrun.Text)
MS\Internal\TextFormatting\TextStore.cs (11)
1077
if (lsrun.
Type
== Plsrun.Text && cp + lsrun.Length > cpLimit)
1780
if(lsrun.
Type
< Plsrun.FormatAnchor)
1782
return lsrun.
Type
;
1953
if( lsrun.
Type
== Plsrun.Text
1954
|| lsrun.
Type
== Plsrun.InlineObject)
2128
if ( IsNewline(lsrun.
Type
)
2129
|| lsrun.
Type
== Plsrun.InlineObject)
2135
if (lsrun.
Type
== Plsrun.Text)
2201
if ( IsNewline(lsrun.
Type
)
2202
|| lsrun.
Type
== Plsrun.InlineObject)
2208
if (lsrun.
Type
== Plsrun.Text)