18 references to InvokePatternOnInvoked
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\EventMap.cs (1)
111case AutomationEvents.InvokePatternOnInvoked: eventObject = InvokePatternIdentifiers.InvokedEvent; break;
PresentationFramework (17)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
377dataGridItemAutomationPeer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 391cellPeer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\Button.cs (2)
256if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 260peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\DataGrid.cs (3)
2457if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 2484if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 3129if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked))
src\Framework\System\Windows\Controls\GridViewColumnHeader.cs (2)
846if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 850peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\MenuItem.cs (2)
1396if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 1400peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
764if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 769peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Controls\Primitives\RepeatButton.cs (2)
208if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 212peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
720if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 724peer.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);