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