4 references to StructureChangeType
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
2786internal bool RaiseStructureChangedEvent(UnsafeNativeMethods.StructureChangeType structureChangeType, int[] runtimeId) {
winforms\Managed\System\WinForms\DataGridViewCell.cs (2)
1353AccessibilityObject.RaiseStructureChangedEvent(UnsafeNativeMethods.StructureChangeType.ChildRemoved, dgv.EditingControlAccessibleObject.RuntimeId); 2761AccessibilityObject.RaiseStructureChangedEvent(UnsafeNativeMethods.StructureChangeType.ChildAdded, dgv.EditingControlAccessibleObject.RuntimeId);
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
8332internal static extern int UiaRaiseStructureChangedEvent(IRawElementProviderSimple provider, StructureChangeType structureChangeType, int[] runtimeId, int runtimeIdLen);