1 write to _elements
UIAutomationClient (1)
System\Windows\Automation\AutomationElementCollection.cs (1)
33_elements = elements;
4 references to _elements
UIAutomationClient (4)
System\Windows\Automation\AutomationElementCollection.cs (4)
54return _elements[ index ]; 75_elements.CopyTo( array, index ); 93return _elements.Length; 126return _elements.GetEnumerator();