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