15 references to InlineObject
PresentationCore (15)
Core\CSharp\MS\Internal\TextFormatting\FormatSettings.cs (1)
220
case Plsrun.
InlineObject
:
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
2044
|| lsrun.Type == Plsrun.
InlineObject
)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (5)
199
case Plsrun.
InlineObject
:
252
|| lsrun.Type == Plsrun.
InlineObject
)
746
!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.
InlineObject
,
814
!TextStore.IsContent(plsrun) || lsrun.Type == Plsrun.Text || lsrun.Type == Plsrun.
InlineObject
,
2634
Debug.Assert(lsrun.Type == Plsrun.
InlineObject
);
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (1)
205
return (_type == Plsrun.Text || _type == Plsrun.
InlineObject
);
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
411
return Plsrun.
InlineObject
;
Core\CSharp\MS\Internal\TextFormatting\TextRunCacheImp.cs (1)
131
if (plsrun == Plsrun.Text || plsrun == Plsrun.
InlineObject
)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (5)
1578
case Plsrun.
InlineObject
:
1587
Plsrun.
InlineObject
,
1977
|| lsrun.Type == Plsrun.
InlineObject
)
2152
|| lsrun.Type == Plsrun.
InlineObject
)
2226
|| lsrun.Type == Plsrun.
InlineObject
)