2 implementations of FragmentRoot
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
1013
UnsafeNativeMethods.IRawElementProviderFragmentRoot UnsafeNativeMethods.IRawElementProviderFragment.
FragmentRoot
{
3482
UnsafeNativeMethods.IRawElementProviderFragmentRoot UnsafeNativeMethods.IRawElementProviderFragment.
FragmentRoot
{
2 references to FragmentRoot
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AccessibleObject.cs (2)
3486
return publicIRawElementProviderFragment.
FragmentRoot
;
3489
return AsNativeAccessible(publicIRawElementProviderFragment.
FragmentRoot
) as UnsafeNativeMethods.IRawElementProviderFragmentRoot;