Esempio n. 1
0
 public NotCondition(Condition condition)
 {
     this._obj = (UIAutomationClient.IUIAutomationNotCondition)
                 Automation.Factory.CreateNotCondition(
         ConditionManagedToNative(condition));
 }
Esempio n. 2
0
 internal NotCondition(UIAutomationClient.IUIAutomationNotCondition obj)
 {
     Debug.Assert(obj != null);
     this._obj = obj;
 }
Esempio n. 3
0
 internal NotCondition(UIAutomationClient.IUIAutomationNotCondition obj)
 {
     Debug.Assert(obj != null);
     this._obj = obj;
 }
Esempio n. 4
0
 public NotCondition(Condition condition)
 {
     this._obj = (UIAutomationClient.IUIAutomationNotCondition)
         Automation.Factory.CreateNotCondition(
         ConditionManagedToNative(condition));
 }