29 references to Type
PresentationCore (29)
MS\Internal\TextFormatting\FullTextLine.cs (4)
498
if (lineLength == prefetchLength && lsrun.
Type
== Plsrun.Reverse)
508
} while ( !TextStore.IsNewline(lsrun.
Type
)
1993
if( lsrun.
Type
== Plsrun.Text
1994
|| lsrun.
Type
== Plsrun.InlineObject)
MS\Internal\TextFormatting\FullTextState.cs (2)
375
if (ccp == ccpCurrent && lsrun.
Type
== Plsrun.Reverse)
386
&& lsrun.
Type
!= Plsrun.ParaBreak
MS\Internal\TextFormatting\LineServicesCallbacks.cs (12)
138
switch (lsrun.
Type
)
201
if ( lsrun.
Type
== Plsrun.Text
202
|| lsrun.
Type
== Plsrun.InlineObject)
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,
1721
(float)FullText.StoreFrom(lsrunFirst.
Type
).Settings.TextSource.PixelsPerDip,
2444
Debug.Assert(lsrun.
Type
== Plsrun.InlineObject);
2728
if (lsrun.
Type
== Plsrun.Text)
3154
if (lsrun.
Type
== Plsrun.Text)
MS\Internal\TextFormatting\TextStore.cs (11)
1076
if (lsrun.
Type
== Plsrun.Text && cp + lsrun.Length > cpLimit)
1779
if(lsrun.
Type
< Plsrun.FormatAnchor)
1781
return lsrun.
Type
;
1952
if( lsrun.
Type
== Plsrun.Text
1953
|| lsrun.
Type
== Plsrun.InlineObject)
2127
if ( IsNewline(lsrun.
Type
)
2128
|| lsrun.
Type
== Plsrun.InlineObject)
2134
if (lsrun.
Type
== Plsrun.Text)
2200
if ( IsNewline(lsrun.
Type
)
2201
|| lsrun.
Type
== Plsrun.InlineObject)
2207
if (lsrun.
Type
== Plsrun.Text)