개정판 a34f58f6
Controls/RowIndexColumn.cs 추가
Change-Id: Id6950e2fb5ec9e44f4f68819a0fc6277ddc51019
ConvertService/ServiceBase/Markus.Mvvm.ToolKit/ViewModelBase.cs | ||
---|---|---|
6 | 6 |
{ |
7 | 7 |
public abstract class ViewModelBase : NotifyExpectation |
8 | 8 |
{ |
9 |
public bool IsDesignMode |
|
10 |
{ |
|
11 |
get |
|
12 |
{ |
|
13 |
return DesignerProperties.GetIsInDesignMode(new DependencyObject()); |
|
14 |
} |
|
15 |
private set { } |
|
16 |
} |
|
17 |
|
|
18 | 9 |
#region ViewModel Base Binding |
19 | 10 |
|
20 | 11 |
ViewModelBase viewModel; |
내보내기 Unified diff