7 references to RaiseEventInThisClientOnly
UIAutomationClient (7)
MS\Internal\Automation\BoundingRectTracker.cs (1)
130ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
MS\Internal\Automation\ClientEventManager.cs (3)
669RaiseEventInThisClientOnly( WindowPattern.WindowOpenedEvent, rawEl, e); 680RaiseEventInThisClientOnly(AutomationElement.StructureChangedEvent, rawEl, e); 691RaiseEventInThisClientOnly(eventId, rawEl, e);
MS\Internal\Automation\FocusTracker.cs (1)
118ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationFocusChangedEvent, srcEl, e);
MS\Internal\Automation\WindowInteractionStateTracker.cs (1)
126ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);
MS\Internal\Automation\WindowVisualStateTracker.cs (1)
118ClientEventManager.RaiseEventInThisClientOnly(AutomationElement.AutomationPropertyChangedEvent, rawEl, e);