コード例 #1
0
ファイル: InvokePattern.cs プロジェクト: lanicon/Ginger
 private InvokePattern(AutomationElement el, UIAutomationClient.IUIAutomationInvokePattern pattern, bool cached)
     : base(el, cached)
 {
     Debug.Assert(pattern != null);
     this._pattern = pattern;
 }
コード例 #2
0
ファイル: InvokePattern.cs プロジェクト: van800/UIAComWrapper
 private InvokePattern(AutomationElement el, UIAutomationClient.IUIAutomationInvokePattern pattern, bool cached)
     : base(el, cached)
 {
     Debug.Assert(pattern != null);
     this._pattern = pattern;
 }