/// <summary>
 /// Provides a value for UIAutomation's PositionInSet property
 /// Reads <see cref="AutomationProperties.PositionInSetProperty"/> and returns the value
 /// </summary>
 override protected int GetPositionInSetCore()
 {
     return(AutomationProperties.GetPositionInSet(_owner));
 }