2 implementations of ContainingGrid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
1248
UnsafeNativeMethods.IRawElementProviderSimple UnsafeNativeMethods.IGridItemProvider.
ContainingGrid
{
3809
UnsafeNativeMethods.IRawElementProviderSimple UnsafeNativeMethods.IGridItemProvider.
ContainingGrid
{
2 references to ContainingGrid
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
3815
return publicIGridItemProvider.
ContainingGrid
;
3818
return AsNativeAccessible(publicIGridItemProvider.
ContainingGrid
) as UnsafeNativeMethods.IRawElementProviderSimple;