5 references to InlineUIContainer
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedElement.cs (4)
202
if (_type == ElementType.
InlineUIContainer
)
221
if (!(_type == ElementType.Object || _type == ElementType.
InlineUIContainer
))
229
if (_type == ElementType.
InlineUIContainer
)
431
case ElementType.
InlineUIContainer
:
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1551
_AddStartNode(FixedElement.ElementType.
InlineUIContainer
);