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