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)
1014public new bool CanRaiseEvents => base.CanRaiseEvents;
System.Windows.Forms.Tests (48)
System\Windows\Forms\AxHostTests.cs (1)
3172public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ButtonBaseTests.cs (1)
9275public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ButtonTests.cs (1)
3683public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\CheckBoxTests.cs (1)
638public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ComboBoxTests.cs (1)
2825public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ContainerControlTests.cs (1)
1417public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ControlTests.cs (1)
1150public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2110public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\DateTimePickerTests.cs (1)
1012public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
386public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
883public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\DomainUpDownTests.cs (1)
1470public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
436public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\FormTests.cs (1)
2696public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\GroupBoxTests.cs (1)
2301public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\HScrollBarTests.cs (1)
250public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\LabelTests.cs (1)
885public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ListBoxTests.cs (1)
6406public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ListControlTests.cs (1)
2914public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ListViewTests.cs (1)
6103public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\MenuStripTests.cs (1)
854public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\MonthCalendarTests.cs (1)
4732public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\PanelTests.cs (1)
1158public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\PictureBoxTests.cs (1)
2844public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ProgressBarTests.cs (1)
2588public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\PropertyGridTests.cs (1)
4147public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\RadioButtonTests.cs (1)
1531public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\RichTextBoxTests.cs (1)
10928public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ScrollableControlTests.cs (1)
2576public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ScrollBarTests.cs (1)
3164public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\SplitterTests.cs (1)
2309public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\StatusStripTests.cs (1)
1276public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TabControlTests.cs (1)
5752public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2175public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TabPageTests.cs (1)
5239public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2020public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5094public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripPanelTests.cs (1)
363public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\ToolStripTests.cs (1)
7499public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\TreeViewTests.cs (1)
7576public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\UpDownBaseTests.cs (1)
3103public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\UserControlTests.cs (1)
1801public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\VScrollBarTests.cs (1)
240public new bool CanRaiseEvents => base.CanRaiseEvents;
System\Windows\Forms\WebBrowserTests.cs (1)
4670public new bool CanRaiseEvents => base.CanRaiseEvents;
TextBoxBaseTests.cs (1)
7687public new bool CanRaiseEvents => base.CanRaiseEvents;
TextBoxTests.cs (1)
685public new bool CanRaiseEvents => base.CanRaiseEvents;
TrackBarTests.cs (1)
3282public new bool CanRaiseEvents => base.CanRaiseEvents;
WebBrowserBaseTests.cs (1)
890public new bool CanRaiseEvents => base.CanRaiseEvents;