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