예제 #1
0
 public UiaTextPattern(classic.TextPattern textPattern)
 {
     _textPattern = textPattern;
 }
예제 #2
0
 public UiaTextPattern(IUiElement element, classic.TextPattern textPattern)
 {
     _textPattern = textPattern;
     _element     = element;
     //this._useCache = useCache;
 }
예제 #3
0
 public void SetSourcePattern(object pattern)
 {
     _textPattern = pattern as classic.TextPattern;
 }
예제 #4
0
 public UiaTextPattern(classic.TextPattern textPattern)
 {
     _textPattern = textPattern;
 }
예제 #5
0
 public UiaTextPattern(IUiElement element, classic.TextPattern textPattern)
 {
     _textPattern = textPattern;
     _element = element;
     //this._useCache = useCache;
 }
예제 #6
0
 public void SetSourcePattern(object pattern)
 {
     _textPattern = pattern as classic.TextPattern;
 }