5 references to InlineUIContainer
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (4)
188
if (_type == ElementType.
InlineUIContainer
)
207
if (!(_type == ElementType.Object || _type == ElementType.
InlineUIContainer
))
215
if (_type == ElementType.
InlineUIContainer
)
422
case ElementType.
InlineUIContainer
:
System\Windows\Documents\FixedTextBuilder.cs (1)
1511
_AddStartNode(FixedElement.ElementType.
InlineUIContainer
);