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