Bugzilla – Bug 523422
ContainingGridProperty shall return AutomationElement, but not IRawElementProviderSimple
Last modified: 2009-07-20 08:47:19 UTC
Currently for all implemented GridItemProviderBehavior, if we try to get the ContainingGridProperty, an "IRawElementProviderSimple" object will be returned. However, as I tested on Windows, and also according to MSDN (search the "GridItemPattern.GridItemPatternInformation.ContainingGrid Property" title in MSDN), the return value of ContainingGridProperty shall be an "AutomationElement".