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