3 references to RaiseStructureChangedEvent
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
27373
CurrentCell.AccessibilityObject.
RaiseStructureChangedEvent
(StructureChangeType.StructureChangeType_ChildAdded, editingControlAccessibleObject.RuntimeId);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1081
AccessibilityObject.
RaiseStructureChangedEvent
(StructureChangeType.StructureChangeType_ChildRemoved, dataGridView.EditingControlAccessibleObject.RuntimeId);
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
849
ao.
RaiseStructureChangedEvent
(StructureChangeType.StructureChangeType_ChildrenInvalidated, []);