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