1 write to _elements
UIAutomationClient (1)
System\Windows\Automation\AutomationElementCollection.cs (1)
31_elements = elements;
4 references to _elements
UIAutomationClient (4)
System\Windows\Automation\AutomationElementCollection.cs (4)
52return _elements[ index ]; 73_elements.CopyTo( array, index ); 91return _elements.Length; 124return _elements.GetEnumerator();