コード例 #1
0
 public bool TestGetXamlElement(string text, int column)
 {
     return(XamlHelper.GetIsPropertyValue(text, column));
 }
コード例 #2
0
 public string TestGetWordAtColumn(string text, int column)
 {
     return(XamlHelper.GetWordAtColumn(text, column));
 }