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