1 write to _elements
UIAutomationClient (1)
System\Windows\Automation\AutomationElementCollection.cs (1)
41_elements = elements;
4 references to _elements
UIAutomationClient (4)
System\Windows\Automation\AutomationElementCollection.cs (4)
62return _elements[ index ]; 83_elements.CopyTo( array, index ); 101return _elements.Length; 134return _elements.GetEnumerator();