You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no direct replacement for the `IsInDesignMode` property and any code using this should be altered or removed.
297
297
298
+
The reason for the omission from the MVVM Toolkit is that the `IsInDesignMode` property exposed platform-specific implementations. The MVVM Toolkit has been designed to be platform agnostic.
299
+
298
300
```csharp
299
301
// MvvmLight
300
302
varisInDesignMode=this.IsInDesignMode;
@@ -309,6 +311,8 @@ var isInDesignMode = this.IsInDesignMode;
309
311
310
312
There is no direct replacement for the `IsInDesignModeStatic` property and any code using this should be altered or removed.
311
313
314
+
The reason for the omission from the MVVM Toolkit is that the `IsInDesignMode` property exposed platform-specific implementations. The MVVM Toolkit has been designed to be platform agnostic.
0 commit comments