16 references to StateChange
System.Windows.Forms (15)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
234AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1294AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
434AccessibilityNotifyClients(AccessibleEvents.StateChange, -1); 469AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
357AccessibilityNotifyClients(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)
6626AccessibilityNotifyClients(AccessibleEvents.StateChange, nmlv->iItem);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
337accessibleObject.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)
1712AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);