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