Example #1
0
 public CacheRequest() 
 {
     this._obj = Automation.Factory.CreateCacheRequest();
     this._lock = new object();
 }
Example #2
0
 public CacheRequest()
 {
     this._obj  = Automation.Factory.CreateCacheRequest();
     this._lock = new object();
 }
Example #3
0
 internal CacheRequest(UIAutomationClient.IUIAutomationCacheRequest obj)
 {
     Debug.Assert(obj != null);
     this._obj = obj;
     this._lock = new object();
 }
Example #4
0
 internal CacheRequest(UIAutomationClient.IUIAutomationCacheRequest obj)
 {
     Debug.Assert(obj != null);
     this._obj  = obj;
     this._lock = new object();
 }