6 references to ClickEvent
Microsoft.VisualStudio.LanguageServices (2)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\InheritanceMargin\MarginGlyph\InheritanceMarginContextMenu.g.cs (2)
102
eventSetter.Event = System.Windows.Controls.MenuItem.
ClickEvent
;
113
eventSetter.Event = System.Windows.Controls.MenuItem.
ClickEvent
;
PresentationFramework (3)
System\Windows\Controls\MenuItem.cs (3)
227
AddHandler(MenuItem.
ClickEvent
, value);
232
RemoveHandler(MenuItem.
ClickEvent
, value);
1409
RaiseEvent(new RoutedEventArgs(MenuItem.
ClickEvent
, this));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonSplitButton.cs (1)
245
public static readonly RoutedEvent ClickEvent = MenuItem.
ClickEvent
.AddOwner(typeof(RibbonSplitButton));