1 write to _element
PresentationFramework (1)
MS\Internal\Text\InlineObject.cs (1)
33
_element
= element;
3 references to _element
PresentationFramework (3)
MS\Internal\Text\InlineObject.cs (3)
68
if (
_element
.IsArrangeValid)
71
Size size =
_element
.DesiredSize;
159
internal UIElement Element { get { return
_element
; } }