示例#1
0
 public static bool GetIsPendingEdit(StringEditor editor)
 {
     return((bool)editor.GetValue(PendableEdit.IsPendingEditProperty));
 }