16 references to StateChange
System.Windows.Forms (15)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
235AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1291AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
438AccessibilityNotifyClients(AccessibleEvents.StateChange, -1); 473AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
359AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
991accessibleObject.NotifyClients(AccessibleEvents.StateChange, objectID, childID);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.CheckedItemCollection.cs (1)
206_owner.AccessibilityNotifyClients(AccessibleEvents.StateChange, index);
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.cs (1)
441AccessibilityNotifyClients(AccessibleEvents.StateChange, index);
System\Windows\Forms\Controls\ListView\ListView.cs (1)
6639AccessibilityNotifyClients(AccessibleEvents.StateChange, nmlv->iItem);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
340accessibleObject.NotifyClients(AccessibleEvents.StateChange, id);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
91AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\ToolStrips\ToolStripButton.cs (1)
186AccessibilityNotifyClients(AccessibleEvents.StateChange);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (2)
418AccessibilityNotifyClients(AccessibleEvents.StateChange); 726AccessibilityNotifyClients(AccessibleEvents.StateChange);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
809AccessibilityNotifyClients(AccessibleEvents.StateChange);
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1715AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);