1 instantiation of InlineObject
PresentationFramework (1)
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
545
run = new
InlineObject
(dcp, TextContainerHelper.EmbeddedObjectLength, (UIElement)element, textProps, _owner);
7 references to InlineObject
PresentationFramework (7)
src\Framework\MS\Internal\Text\ComplexLine.cs (4)
170
if (run is
InlineObject
)
172
InlineObject
inlineObject = run as
InlineObject
;
241
if (textSpan.Value is
InlineObject
)
src\Framework\System\Windows\Controls\TextBlock.cs (3)
2054
internal Size MeasureChild(
InlineObject
inlineObject)
2084
if (((
InlineObject
)inlineObjects[index]).Dcp == inlineObject.Dcp)
2086
Debug.Assert(((
InlineObject
)inlineObjects[index]).Element == inlineObject.Element, "InlineObject cache is out of sync.");