20 references to InvokePatternOnInvoked
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
92case AutomationEvents.InvokePatternOnInvoked: eventObject = InvokePatternIdentifiers.InvokedEvent; break;
PresentationFramework (17)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
361dataGridItemAutomationPeer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 372cellPeer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Button.cs (2)
249if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 252peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\DataGrid.cs (3)
2440if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 2464if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 3100if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked))
System\Windows\Controls\GridViewColumnHeader.cs (2)
799if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 802peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\MenuItem.cs (2)
1379if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 1382peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
745if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 748peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Primitives\RepeatButton.cs (2)
195if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 198peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Documents\Hyperlink.cs (2)
680if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 683peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
133RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
397if (!IsCheckable && AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked))