1 instantiation of InlineObject
PresentationFramework (1)
MS\Internal\Text\ComplexLine.cs (1)
538run = new InlineObject(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps, _owner);
7 references to InlineObject
PresentationFramework (7)
MS\Internal\Text\ComplexLine.cs (4)
167if (run is InlineObject) 169InlineObject inlineObject = run as InlineObject; 238if (textSpan.Value is InlineObject)
System\Windows\Controls\TextBlock.cs (3)
1965internal Size MeasureChild(InlineObject inlineObject) 1995if (((InlineObject)inlineObjects[index]).Dcp == inlineObject.Dcp) 1997Debug.Assert(((InlineObject)inlineObjects[index]).Element == inlineObject.Element, "InlineObject cache is out of sync.");