20 references to InvokePatternOnInvoked
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
93case AutomationEvents.InvokePatternOnInvoked: eventObject = InvokePatternIdentifiers.InvokedEvent; break;
PresentationFramework (17)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
362dataGridItemAutomationPeer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked); 373cellPeer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Button.cs (2)
250if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 253peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\DataGrid.cs (3)
2441if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 2465if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 3101if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked))
System\Windows\Controls\GridViewColumnHeader.cs (2)
800if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 803peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\MenuItem.cs (2)
1380if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 1383peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
746if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 749peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Controls\Primitives\RepeatButton.cs (2)
196if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 199peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System\Windows\Documents\Hyperlink.cs (2)
681if (AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked)) 684peer?.RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
134RaiseAutomationEvent(AutomationEvents.InvokePatternOnInvoked);
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
398if (!IsCheckable && AutomationPeer.ListenerExists(AutomationEvents.InvokePatternOnInvoked))