Exemple #1
0
        //------------------------------------------------------
        //
        //  Internal Methods
        //
        //------------------------------------------------------

        #region Internal Methods

        //
        // Support methods...
        //

        internal static int UiaLookupId(AutomationIdType type, ref Guid guid)
        {
            return(RawUiaLookupId(type, ref guid));
        }
Exemple #2
0
 private static extern int RawUiaLookupId(AutomationIdType type, ref Guid guid);
Exemple #3
0
 private static extern int RawUiaLookupId(AutomationIdType type, ref Guid guid);
Exemple #4
0
 internal static int UiaLookupId(AutomationIdType type, ref Guid guid)
 {
     return RawUiaLookupId(type, ref guid);
 }
Exemple #5
0
 internal AutomationIdentifier(AutomationIdType type, int id, string programmaticName)
 {
     Id               = id;
     this._type       = type;
     ProgrammaticName = programmaticName;
 }