15 references to InlineObject
PresentationCore (15)
MS\Internal\TextFormatting\FormatSettings.cs (1)
208
case Plsrun.
InlineObject
:
MS\Internal\TextFormatting\FullTextLine.cs (1)
1993
|| lsrun.Type == Plsrun.
InlineObject
)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
161
case Plsrun.
InlineObject
:
214
|| lsrun.Type == Plsrun.
InlineObject
)
674
!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.
InlineObject
,
738
!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.
InlineObject
,
2450
Debug.Assert(lsrun.Type == Plsrun.
InlineObject
);
MS\Internal\TextFormatting\LineServicesRun.cs (1)
176
return (_type == Plsrun.Text || _type == Plsrun.
InlineObject
);
MS\Internal\TextFormatting\TextProperties.cs (1)
403
return Plsrun.
InlineObject
;
MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
111
if (plsrun == Plsrun.Text || plsrun == Plsrun.
InlineObject
)
MS\Internal\TextFormatting\TextStore.cs (5)
1552
case Plsrun.
InlineObject
:
1561
Plsrun.
InlineObject
,
1954
|| lsrun.Type == Plsrun.
InlineObject
)
2129
|| lsrun.Type == Plsrun.
InlineObject
)
2202
|| lsrun.Type == Plsrun.
InlineObject
)