881 references to EventHandler
dotnet-svcutil-lib (19)
GenerateDocumentationAndConfigFiles (1)
Microsoft.AspNetCore.Analyzers (5)
Microsoft.AspNetCore.Components (4)
Microsoft.AspNetCore.Components.Forms (3)
Microsoft.AspNetCore.Components.QuickGrid (1)
Microsoft.AspNetCore.Components.Server (3)
Microsoft.AspNetCore.Components.Web (3)
Microsoft.AspNetCore.Components.WebView.Maui (3)
Microsoft.AspNetCore.Components.WebView.WindowsForms (3)
Microsoft.AspNetCore.Components.WebView.Wpf (9)
Microsoft.Build (9)
Microsoft.Build.NuGetSdkResolver (2)
Microsoft.CodeAnalysis (6)
Microsoft.CodeAnalysis.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (1)
Microsoft.CodeAnalysis.Features (4)
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.Workspaces (14)
Microsoft.DotNet.Cli.Utils (1)
Microsoft.DotNet.HotReload.Watch (3)
Microsoft.Maui (5)
Microsoft.Maui.Controls (145)
Microsoft.Maui.Controls.Foldable (5)
Microsoft.Maui.Controls.Maps (3)
Microsoft.Maui.Controls.Xaml (1)
Microsoft.Maui.Essentials (47)
Microsoft.ML.AutoML (3)
Microsoft.ML.AutoML.Tests (1)
Microsoft.ML.Data (2)
Microsoft.TestPlatform.CommunicationUtilities (13)
Microsoft.TestPlatform.CrossPlatEngine (10)
Microsoft.TestPlatform.TestHostRuntimeProvider (4)
Microsoft.VisualStudio.TestPlatform.Client (11)
Microsoft.VisualStudio.TestPlatform.Common (14)
Microsoft.VisualStudio.TestPlatform.ObjectModel (25)
Microsoft.Win32.Msi (6)
mscorlib (1)
netstandard (1)
NuGet.Configuration (1)
NuGet.PackageManagement (46)
NuGet.ProjectModel (2)
NuGet.Protocol (16)
PresentationCore (94)
System\Windows\Input\Manipulation.cs (6)
19internal static readonly RoutedEvent ManipulationStartingEvent = EventManager.RegisterRoutedEvent("ManipulationStarting", RoutingStrategy.Bubble, typeof(EventHandler<ManipulationStartingEventArgs>), typeof(ManipulationDevice));
20internal static readonly RoutedEvent ManipulationStartedEvent = EventManager.RegisterRoutedEvent("ManipulationStarted", RoutingStrategy.Bubble, typeof(EventHandler<ManipulationStartedEventArgs>), typeof(ManipulationDevice));
21internal static readonly RoutedEvent ManipulationDeltaEvent = EventManager.RegisterRoutedEvent("ManipulationDelta", RoutingStrategy.Bubble, typeof(EventHandler<ManipulationDeltaEventArgs>), typeof(ManipulationDevice));
22internal static readonly RoutedEvent ManipulationInertiaStartingEvent = EventManager.RegisterRoutedEvent("ManipulationInertiaStarting", RoutingStrategy.Bubble, typeof(EventHandler<ManipulationInertiaStartingEventArgs>), typeof(ManipulationDevice));
23internal static readonly RoutedEvent ManipulationBoundaryFeedbackEvent = EventManager.RegisterRoutedEvent("ManipulationBoundaryFeedback", RoutingStrategy.Bubble, typeof(EventHandler<ManipulationBoundaryFeedbackEventArgs>), typeof(ManipulationDevice));
24internal static readonly RoutedEvent ManipulationCompletedEvent = EventManager.RegisterRoutedEvent("ManipulationCompleted", RoutingStrategy.Bubble, typeof(EventHandler<ManipulationCompletedEventArgs>), typeof(ManipulationDevice));
System\Windows\Input\Touch.cs (10)
11internal static readonly RoutedEvent PreviewTouchDownEvent = EventManager.RegisterRoutedEvent("PreviewTouchDown", RoutingStrategy.Tunnel, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
12internal static readonly RoutedEvent TouchDownEvent = EventManager.RegisterRoutedEvent("TouchDown", RoutingStrategy.Bubble, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
14internal static readonly RoutedEvent PreviewTouchMoveEvent = EventManager.RegisterRoutedEvent("PreviewTouchMove", RoutingStrategy.Tunnel, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
15internal static readonly RoutedEvent TouchMoveEvent = EventManager.RegisterRoutedEvent("TouchMove", RoutingStrategy.Bubble, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
17internal static readonly RoutedEvent PreviewTouchUpEvent = EventManager.RegisterRoutedEvent("PreviewTouchUp", RoutingStrategy.Tunnel, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
18internal static readonly RoutedEvent TouchUpEvent = EventManager.RegisterRoutedEvent("TouchUp", RoutingStrategy.Bubble, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
20internal static readonly RoutedEvent GotTouchCaptureEvent = EventManager.RegisterRoutedEvent("GotTouchCapture", RoutingStrategy.Bubble, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
21internal static readonly RoutedEvent LostTouchCaptureEvent = EventManager.RegisterRoutedEvent("LostTouchCapture", RoutingStrategy.Bubble, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
23internal static readonly RoutedEvent TouchEnterEvent = EventManager.RegisterRoutedEvent("TouchEnter", RoutingStrategy.Direct, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
24internal static readonly RoutedEvent TouchLeaveEvent = EventManager.RegisterRoutedEvent("TouchLeave", RoutingStrategy.Direct, typeof(EventHandler<TouchEventArgs>), typeof(Touch));
PresentationFramework (121)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (8)
43public static void AddHandler(Type type, EventHandler<PropertyChangedEventArgs> handler, string propertyName)
54public static void RemoveHandler(Type type, EventHandler<PropertyChangedEventArgs> handler, string propertyName)
151private void PrivateAddHandler(Type type, EventHandler<PropertyChangedEventArgs> handler, string propertyName)
176private void PrivateRemoveHandler(Type type, EventHandler<PropertyChangedEventArgs> handler, string propertyName)
302public void AddHandler(EventHandler<PropertyChangedEventArgs> handler, string propertyName)
324public void RemoveHandler(EventHandler<PropertyChangedEventArgs> handler, string propertyName)
628public void AddHandler(EventHandler<PropertyChangedEventArgs> handler)
639public void RemoveHandler(EventHandler<PropertyChangedEventArgs> handler)
MS\Internal\Data\ValueChangedEventManager.cs (8)
83public static void AddHandler(object source, EventHandler<ValueChangedEventArgs> handler, PropertyDescriptor pd)
95public static void RemoveHandler(object source, EventHandler<ValueChangedEventArgs> handler, PropertyDescriptor pd)
309private void PrivateAddHandler(object source, EventHandler<ValueChangedEventArgs> handler, PropertyDescriptor pd)
315private void PrivateRemoveHandler(object source, EventHandler<ValueChangedEventArgs> handler, PropertyDescriptor pd)
320private void AddListener(object source, PropertyDescriptor pd, IWeakEventListener listener, EventHandler<ValueChangedEventArgs> handler)
352private void RemoveListener(object source, PropertyDescriptor pd, IWeakEventListener listener, EventHandler<ValueChangedEventArgs> handler)
431public void Add(IWeakEventListener listener, EventHandler<ValueChangedEventArgs> handler)
453public void Remove(IWeakEventListener listener, EventHandler<ValueChangedEventArgs> handler)
Roslyn.Diagnostics.Analyzers (1)
System.ComponentModel.Composition (18)
System.Diagnostics.DiagnosticSource (2)
System.Diagnostics.EventLog (1)
System.Diagnostics.TraceSource (2)
System.Net.Sockets (1)
System.ObjectModel (1)
System.Private.CoreLib (22)
System.Private.Xml.Linq (4)
System.Runtime (1)
System.ServiceModel.Primitives (6)
System.Speech (82)
System.Windows.Forms (5)
System.Windows.Input.Manipulations (10)
System.Xaml (24)
vstest.console (10)
vstest.console.arm64 (10)
WindowsFormsIntegration (6)