16 references to StateChange
System.Windows.Forms (15)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
198AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1232AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\CheckBox.cs (2)
416AccessibilityNotifyClients(AccessibleEvents.StateChange, -1); 451AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\Buttons\RadioButton.cs (1)
342AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (1)
987accessibleObject.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)
6561AccessibilityNotifyClients(AccessibleEvents.StateChange, nmlv->iItem);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
346accessibleObject.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)
1754AccessibilityNotifyClients(AccessibleEvents.StateChange, -1);