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