1 write to _element
PresentationFramework (1)
MS\Internal\Text\InlineObject.cs (1)
34
_element
= element;
3 references to _element
PresentationFramework (3)
MS\Internal\Text\InlineObject.cs (3)
69
if (
_element
.IsArrangeValid)
72
Size size =
_element
.DesiredSize;
160
internal UIElement Element { get { return
_element
; } }