20 references to InvokePatternOnInvoked
PresentationCore (1)
MS\Internal\Automation\EventMap.cs (1)
106
case AutomationEvents.
InvokePatternOnInvoked
: eventObject = InvokePatternIdentifiers.InvokedEvent; break;
PresentationFramework (17)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (2)
378
dataGridItemAutomationPeer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
392
cellPeer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System\Windows\Controls\Button.cs (2)
259
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
263
peer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System\Windows\Controls\DataGrid.cs (3)
2452
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
2479
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
3124
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
System\Windows\Controls\GridViewColumnHeader.cs (2)
813
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
817
peer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System\Windows\Controls\MenuItem.cs (2)
1393
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
1397
peer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (2)
763
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
768
peer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System\Windows\Controls\Primitives\RepeatButton.cs (2)
208
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
212
peer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System\Windows\Documents\Hyperlink.cs (2)
685
if (AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))
689
peer.RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Automation\Peers\RibbonSplitButtonAutomationPeer.cs (1)
137
RaiseAutomationEvent(AutomationEvents.
InvokePatternOnInvoked
);
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
403
if (!IsCheckable && AutomationPeer.ListenerExists(AutomationEvents.
InvokePatternOnInvoked
))