28 references to DefaultEvent
PresentationFramework (16)
System\Windows\Controls\CheckBox.cs (1)
31[DefaultEvent("CheckStateChanged")]
System\Windows\Controls\ContextMenu.cs (1)
28[DefaultEvent("Opened")]
System\Windows\Controls\Frame.cs (1)
96[DefaultProperty("Source"), DefaultEvent("Navigated")]
System\Windows\Controls\ItemsControl.cs (1)
40[DefaultEvent("OnItemsChanged"), DefaultProperty("Items")]
System\Windows\Controls\ListBoxItem.cs (1)
31[DefaultEvent("Selected")]
System\Windows\Controls\MenuItem.cs (1)
68[DefaultEvent("Click")]
System\Windows\Controls\Primitives\ButtonBase.cs (1)
30[DefaultEvent("Click")]
System\Windows\Controls\Primitives\Popup.cs (1)
51[DefaultEvent("Opened"), DefaultProperty("Child")]
System\Windows\Controls\Primitives\RangeBase.cs (1)
31[DefaultEvent("ValueChanged"), DefaultProperty("Value")]
System\Windows\Controls\Primitives\Selector.cs (1)
37[DefaultEvent("SelectionChanged"), DefaultProperty("SelectedIndex")]
System\Windows\Controls\Primitives\Thumb.cs (1)
34[DefaultEvent("DragDelta")]
System\Windows\Controls\Primitives\ToggleButton.cs (1)
30[DefaultEvent("Checked")]
System\Windows\Controls\ScrollViewer.cs (1)
66[DefaultEvent("ScrollChangedEvent")]
System\Windows\Controls\Slider.cs (1)
41[DefaultEvent("ValueChanged"), DefaultProperty("Value")]
System\Windows\Controls\TabItem.cs (1)
30[DefaultEvent("IsSelectedChanged")]
System\Windows\Controls\ToolTip.cs (1)
30[DefaultEvent("Opened")]
System.ComponentModel.TypeConverter (2)
System\ComponentModel\DefaultEventAttribute.cs (1)
32public static readonly DefaultEventAttribute Default = new DefaultEventAttribute(null);
System\Timers\Timer.cs (1)
14[DefaultProperty("Interval"), DefaultEvent("Elapsed")]
System.Data.Common (6)
System\Data\ConstraintCollection.cs (1)
14[DefaultEvent(nameof(CollectionChanged))]
System\Data\DataColumnCollection.cs (1)
17[DefaultEvent(nameof(CollectionChanged))]
System\Data\DataRelationCollection.cs (1)
16[DefaultEvent(nameof(CollectionChanged))]
System\Data\DataTable.cs (1)
28[DefaultEvent(nameof(RowChanging))]
System\Data\DataTableCollection.cs (1)
16[DefaultEvent(nameof(CollectionChanged))]
System\Data\DataView.cs (1)
21[DefaultEvent("PositionChanged")]
System.Data.OleDb (1)
artifacts\obj\System.Data.OleDb\Debug\net9.0\System.Data.OleDb.notsupported.cs (1)
83[System.ComponentModel.DefaultEventAttribute("InfoMessage")]
System.Diagnostics.EventLog (1)
artifacts\obj\System.Diagnostics.EventLog\Debug\net9.0\System.Diagnostics.EventLog.notsupported.cs (1)
24[System.ComponentModel.DefaultEventAttribute("EntryWritten")]
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (1)
42[DefaultEvent("ChildChanged")]
System\Windows\Integration\WindowsFormsHost.cs (1)
36[DefaultEvent("ChildChanged")]