1 write to _elements
UIAutomationClient (1)
System\Windows\Automation\AutomationElementCollection.cs (1)
30_elements = elements;
4 references to _elements
UIAutomationClient (4)
System\Windows\Automation\AutomationElementCollection.cs (4)
51return _elements[ index ]; 72_elements.CopyTo( array, index ); 90return _elements.Length; 123return _elements.GetEnumerator();