Beispiel #1
0
		internal MultipleViewPattern (IMultipleViewPattern source, AutomationElement element, bool cached)
		{
			this.element = element;
			this.cached = cached;
			this.Source = source;
			currentInfo = new MultipleViewPatternInformation (this, false);
			if (cached)
				cachedInfo = new MultipleViewPatternInformation (this, true);
		}
 internal MultipleViewPattern(IMultipleViewPattern source, AutomationElement element, bool cached)
 {
     this.element = element;
     this.cached  = cached;
     this.Source  = source;
     currentInfo  = new MultipleViewPatternInformation(this, false);
     if (cached)
     {
         cachedInfo = new MultipleViewPatternInformation(this, true);
     }
 }