4 references to UiaRaiseStructureChangedEvent
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
3274
result = PInvoke.
UiaRaiseStructureChangedEvent
(provider, structureChangeType, default, length);
3280
result = PInvoke.
UiaRaiseStructureChangedEvent
(provider, structureChangeType, pRuntimeId, length);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.UIAutomationCore.dll.g.cs (2)
142
/// <inheritdoc cref="
UiaRaiseStructureChangedEvent
(winmdroot.UI.Accessibility.IRawElementProviderSimple*, winmdroot.UI.Accessibility.StructureChangeType, int*, int)"/>
148
winmdroot.Foundation.HRESULT __result = PInvoke.
UiaRaiseStructureChangedEvent
(pProvider, structureChangeType, pRuntimeIdLocal, cRuntimeIdLen);