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