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)
69if (_element.IsArrangeValid) 72Size size = _element.DesiredSize; 160internal UIElement Element { get { return _element; } }