5 references to InlineUIContainer
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (4)
189
if (_type == ElementType.
InlineUIContainer
)
208
if (!(_type == ElementType.Object || _type == ElementType.
InlineUIContainer
))
216
if (_type == ElementType.
InlineUIContainer
)
423
case ElementType.
InlineUIContainer
:
System\Windows\Documents\FixedTextBuilder.cs (1)
1512
_AddStartNode(FixedElement.ElementType.
InlineUIContainer
);