5 references to InlineUIContainer
PresentationFramework (5)
System\Windows\Documents\FixedElement.cs (4)
197if (_type == ElementType.InlineUIContainer) 216if (!(_type == ElementType.Object || _type == ElementType.InlineUIContainer)) 224if (_type == ElementType.InlineUIContainer) 425case ElementType.InlineUIContainer:
System\Windows\Documents\FixedTextBuilder.cs (1)
1522_AddStartNode(FixedElement.ElementType.InlineUIContainer);