15 references to InlineObject
PresentationCore (15)
MS\Internal\TextFormatting\FormatSettings.cs (1)
207
case Plsrun.
InlineObject
:
MS\Internal\TextFormatting\FullTextLine.cs (1)
1994
|| lsrun.Type == Plsrun.
InlineObject
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
149
case Plsrun.
InlineObject
:
202
|| lsrun.Type == Plsrun.
InlineObject
)
664
!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.
InlineObject
,
728
!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.
InlineObject
,
2444
Debug.Assert(lsrun.Type == Plsrun.
InlineObject
);
MS\Internal\TextFormatting\LineServicesRun.cs (1)
175
return (_type == Plsrun.Text || _type == Plsrun.
InlineObject
);
MS\Internal\TextFormatting\TextProperties.cs (1)
402
return Plsrun.
InlineObject
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
110
if (plsrun == Plsrun.Text || plsrun == Plsrun.
InlineObject
)
MS\Internal\TextFormatting\TextStore.cs (5)
1551
case Plsrun.
InlineObject
:
1560
Plsrun.
InlineObject
,
1953
|| lsrun.Type == Plsrun.
InlineObject
)
2128
|| lsrun.Type == Plsrun.
InlineObject
)
2201
|| lsrun.Type == Plsrun.
InlineObject
)