示例#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;
 }