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