Base:
property
CanRaiseEvents
System.ComponentModel.Component.CanRaiseEvents
51 references to CanRaiseEvents
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
6304if (CanRaiseEvents) 6317if (CanRaiseEvents)
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1012public new bool CanRaiseEvents => base.CanRaiseEvents;
System.Windows.Forms.Tests (48)
System\Windows\Forms\AxHostTests.cs (1)
3170public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ButtonBaseTests.cs (1)
9273public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ButtonTests.cs (1)
3681public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\CheckBoxTests.cs (1)
636public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ComboBoxTests.cs (1)
2823public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ContainerControlTests.cs (1)
1415public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ControlTests.cs (1)
1148public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2108public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\DateTimePickerTests.cs (1)
1010public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
384public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
881public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\DomainUpDownTests.cs (1)
1468public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
434public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\FormTests.cs (1)
2694public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\GroupBoxTests.cs (1)
2299public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\HScrollBarTests.cs (1)
248public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\LabelTests.cs (1)
883public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ListBoxTests.cs (1)
6404public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ListControlTests.cs (1)
2912public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ListViewTests.cs (1)
6101public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\MenuStripTests.cs (1)
852public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\MonthCalendarTests.cs (1)
4730public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\PanelTests.cs (1)
1156public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\PictureBoxTests.cs (1)
2842public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ProgressBarTests.cs (1)
2586public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\PropertyGridTests.cs (1)
4145public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\RadioButtonTests.cs (1)
1529public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\RichTextBoxTests.cs (1)
10926public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ScrollableControlTests.cs (1)
2574public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ScrollBarTests.cs (1)
3162public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\SplitterTests.cs (1)
2307public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\StatusStripTests.cs (1)
1274public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TabControlTests.cs (1)
5723public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2173public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TabPageTests.cs (1)
5237public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2018public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5092public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripPanelTests.cs (1)
361public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripTests.cs (1)
7528public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TreeViewTests.cs (1)
7574public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\UpDownBaseTests.cs (1)
3101public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\UserControlTests.cs (1)
1799public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\VScrollBarTests.cs (1)
238public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\WebBrowserTests.cs (1)
4668public new bool CanRaiseEvents => base.CanRaiseEvents;
TextBoxBaseTests.cs (1)
7685public new bool CanRaiseEvents => base.CanRaiseEvents;
TextBoxTests.cs (1)
683public new bool CanRaiseEvents => base.CanRaiseEvents;
TrackBarTests.cs (1)
3280public new bool CanRaiseEvents => base.CanRaiseEvents;
WebBrowserBaseTests.cs (1)
888public new bool CanRaiseEvents => base.CanRaiseEvents;