1 instantiation of InlineObject
PresentationFramework (1)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
545run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps, _owner);
7 references to InlineObject
PresentationFramework (7)
src\Framework\MS\Internal\Text\ComplexLine.cs (4)
170if (run is InlineObject) 172InlineObject inlineObject = run as InlineObject; 241if (textSpan.Value is InlineObject)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
2054internal Size MeasureChild(InlineObject inlineObject) 2084if (((InlineObject)inlineObjects[index]).Dcp == inlineObject.Dcp) 2086Debug.Assert(((InlineObject)inlineObjects[index]).Element == inlineObject.Element, "InlineObject cache is out of sync.");