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