6 references to EventsTab
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Design\EventsTab.cs (1)
32
/// <para>Initializes a new instance of the <see cref='System.Windows.Forms.Design.
EventsTab
'/> class.</para>
winforms\Managed\System\WinForms\PropertyGrid.cs (5)
1287
if (showEvents && viewTabs != null && viewTabs.Length > EVENTS && (viewTabs[EVENTS] is
EventsTab
)) {
1317
events = ((
EventsTab
)viewTabs[EVENTS]).GetProperties(tempObj, attrs);
1883
else if (typeof(
EventsTab
).IsAssignableFrom(tabType)) {
1892
if (viewTabs[i] is
EventsTab
) {
4538
if (viewTabs != null && viewTabs.Length > EVENTS && (viewTabs[EVENTS] is
EventsTab
)) {