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