コード例 #1
0
ファイル: PendableEdit.cs プロジェクト: radtek/Shopdrawing
 public static bool GetIsPendingEdit(StringEditor editor)
 {
     return((bool)editor.GetValue(PendableEdit.IsPendingEditProperty));
 }