Download MVVM FX for Windows Forms and Visual WebGUI

Description

MVVM base framework includes Data binding, Command binding and DependencyObject/DependencyProperty

Source Files

The download file mvvmfx.zip has the following entries.


trunk/Dependencies/packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nupkg
trunk/Dependencies/packages/CommonServiceLocator.1.0/CommonServiceLocator.1.0.nuspec
trunk/Dependencies/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.XML
trunk/Dependencies/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.dll
trunk/Dependencies/packages/CommonServiceLocator.1.0/lib/NET35/Microsoft.Practices.ServiceLocation.pdb
trunk/Dependencies/packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.XML
trunk/Dependencies/packages/CommonServiceLocator.1.0/lib/SL30/Microsoft.Practices.ServiceLocation.dll
trunk/Dependencies/packages/repositories.config
trunk/Doc/Content Layout.content//from   w w  w  .j  a v  a2s  .c  om
trunk/Doc/Fundamentals/Abstract Binding.Class Diagram.png
trunk/Doc/Fundamentals/Abstract Bindings.Multi-source Bindings.odg
trunk/Doc/Fundamentals/Abstract Bindings.Multi-source Bindings.png
trunk/Doc/Fundamentals/Abstract Bindings.Single Source Bindings.odg
trunk/Doc/Fundamentals/Abstract Bindings.Single Source Bindings.png
trunk/Doc/Fundamentals/Abstract Bindings.aml
trunk/Doc/Fundamentals/Binding Managers.aml
trunk/Doc/Fundamentals/Binding Modes.OneWayToSource.odg
trunk/Doc/Fundamentals/Binding Modes.OneWayToSource.png
trunk/Doc/Fundamentals/Binding Modes.OneWayToTarget.odg
trunk/Doc/Fundamentals/Binding Modes.OneWayToTarget.png
trunk/Doc/Fundamentals/Binding Modes.TwoWay.odg
trunk/Doc/Fundamentals/Binding Modes.TwoWay.png
trunk/Doc/Fundamentals/Binding Modes.aml
trunk/Doc/Fundamentals/Binding Strength.aml
trunk/Doc/Fundamentals/Conversions.aml
trunk/Doc/Fundamentals/Fluent Interface.aml
trunk/Doc/Fundamentals/Multi-source Bindings.aml
trunk/Doc/Fundamentals/Single Source Bindings.aml
trunk/Doc/Fundamentals/Supported Notification Mechanisms.aml
trunk/Doc/License.aml
trunk/Doc/MvvmFx-Debug-mode.shfbproj
trunk/Doc/MvvmFx.shfbproj
trunk/Doc/Overview.aml
trunk/Doc/Quick Start Tutorials/How to - Bind a property to another property.aml
trunk/Doc/Quick Start Tutorials/How to - Bind a property to multiple properties.aml
trunk/Doc/Quick Start Tutorials/How to - Create a BindingManager.aml
trunk/Doc/Quick Start Tutorials/How to - Enable logging.aml
trunk/Doc/Quick Start Tutorials/How to - Ensure property changes are marshalled to the correct thread.aml
trunk/Doc/Tokens.tokens
trunk/Lib/MSBuild Community Tasks/MSBuild.Community.Tasks.Targets
trunk/Lib/MSBuild Community Tasks/MSBuild.Community.Tasks.chm
trunk/Lib/MSBuild Community Tasks/MSBuild.Community.Tasks.dll
trunk/Lib/MSBuild Community Tasks/MSBuild.Community.Tasks.pdb
trunk/Lib/MSBuild Community Tasks/MSBuild.Community.Tasks.xml
trunk/Lib/MSBuild Community Tasks/MSBuild.Community.Tasks.xsd
trunk/Lib/Moq/Moq.chm
trunk/Lib/Moq/Moq.dll
trunk/Lib/Moq/Moq.pdb
trunk/Lib/Moq/Moq.xml
trunk/Lib/xUnit/HTML.xslt
trunk/Lib/xUnit/NUnitXml.xslt
trunk/Lib/xUnit/license.txt
trunk/Lib/xUnit/xunit.console.clr4.exe
trunk/Lib/xUnit/xunit.console.clr4.exe.config
trunk/Lib/xUnit/xunit.console.clr4.x86.exe
trunk/Lib/xUnit/xunit.console.clr4.x86.exe.config
trunk/Lib/xUnit/xunit.console.exe
trunk/Lib/xUnit/xunit.console.exe.config
trunk/Lib/xUnit/xunit.console.x86.exe
trunk/Lib/xUnit/xunit.console.x86.exe.config
trunk/Lib/xUnit/xunit.dll
trunk/Lib/xUnit/xunit.dll.tdnet
trunk/Lib/xUnit/xunit.extensions.dll
trunk/Lib/xUnit/xunit.extensions.xml
trunk/Lib/xUnit/xunit.gui.clr4.exe
trunk/Lib/xUnit/xunit.gui.clr4.x86.exe
trunk/Lib/xUnit/xunit.gui.exe
trunk/Lib/xUnit/xunit.gui.x86.exe
trunk/Lib/xUnit/xunit.installer.exe
trunk/Lib/xUnit/xunit.runner.msbuild.dll
trunk/Lib/xUnit/xunit.runner.tdnet.dll
trunk/Lib/xUnit/xunit.runner.utility.dll
trunk/Lib/xUnit/xunit.runner.utility.xml
trunk/Lib/xUnit/xunit.xml
trunk/MVVM Base Framework.chm
trunk/NuGet/Definition/Desktop.NuSpec
trunk/NuGet/Definition/MvvmLight.WebGUI.NuSpec
trunk/NuGet/Definition/MvvmLight.WinForms.NuSpec
trunk/NuGet/Definition/WPF.NuSpec
trunk/NuGet/Definition/WebGUI.NuSpec
trunk/NuGet/Definition/WinForms.NuSpec
trunk/NuGet/Tools/LICENSE.txt
trunk/NuGet/Tools/NuGet.exe
trunk/NuGet/Tools/ReadMe.txt
trunk/Src/Frameworks/MvvmLight/License.txt
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WebGUI/MvvmLight.Extras.WebGUI.csproj
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WebGUI/Properties/AssemblyInfo.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WebGUI/packages.config
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/Ioc/ISimpleIoc.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/Ioc/PreferredConstructor.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/Ioc/SimpleIoc.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/MvvmLight.Extras.WinForms.csproj
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/Properties/AssemblyInfo.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/Properties/Resources.Designer.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/Properties/Resources.resx
trunk/Src/Frameworks/MvvmLight/MvvmLight.Extras.WinForms/packages.config
trunk/Src/Frameworks/MvvmLight/MvvmLight.WebGUI.sln
trunk/Src/Frameworks/MvvmLight/MvvmLight.WebGUI/MvvmLight.WebGUI.csproj
trunk/Src/Frameworks/MvvmLight/MvvmLight.WebGUI/Properties/AssemblyInfo.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms.sln
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Command/RelayCommand.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Command/RelayCommandGeneric.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Helpers/IExecuteWithObject.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Helpers/IExecuteWithObjectAndResult.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Helpers/WeakAction.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Helpers/WeakActionGeneric.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Helpers/WeakFunc.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Helpers/WeakFuncGeneric.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/ICleanup.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/DialogMessage.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/GenericMessage.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/IMessenger.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/MessageBase.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/Messenger.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/NotificationMessage.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/NotificationMessageAction.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/NotificationMessageActionGeneric.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/NotificationMessageGeneric.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/NotificationMessageWithCallback.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/PropertyChangedMessage.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Messaging/PropertyChangedMessageBase.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/MvvmLight.WinForms.csproj
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/ObservableObject.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/Properties/AssemblyInfo.cs
trunk/Src/Frameworks/MvvmLight/MvvmLight.WinForms/ViewModelBase.cs
trunk/Src/Frameworks/MvvmLight/bin/Release/License.txt
trunk/Src/Frameworks/MvvmLight/nuget.config
trunk/Src/GlobalAssemblyInfo.cs
trunk/Src/License.txt
trunk/Src/MvvmFx.Windows.Specifications/Build.targets
trunk/Src/MvvmFx.Windows.Specifications/Data/Fluent/When_binding_to_a_single_source_with_lambda_using_the_fluent_interface.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Fluent/When_binding_to_a_single_source_with_path_using_the_fluent_interface.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Fluent/When_binding_to_multiple_sources_with_lambda_using_the_fluent_interface.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Fluent/When_binding_to_multiple_sources_with_path_using_the_fluent_interface.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Converters/GenderConverter.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Converters/NameAndAddressMultiValueConverter.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/EntityBase.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/Gender.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/IAddress.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/INPC/Address.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/INPC/Person.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/IPerson.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/MvvmFxDOs/Address.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/MvvmFxDOs/Person.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/SystemDOs/Address.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/SystemDOs/Person.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/XxxChanged/Address.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/Entities/XxxChanged/Person.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Support/TheoryHelper.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/Truss.url
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_has_a_synchronization_context.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_is_active.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_is_one_way_to_source.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_is_one_way_to_target.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_is_removed_from_a_binding_manager.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_is_two_way.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_is_used_against_a_class_that_implements_ICustomTypeDescriptor.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_manager_is_created.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_binding_manager_is_disposed.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_multi_source_binding_contains_another_multi_source_binding.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_multi_source_binding_is_added_to_a_binding_manager.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_multi_source_binding_is_created_with_target_information.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_multi_source_binding_is_created_without_target_information.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_single_source_binding_has_a_converter.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_single_source_binding_has_a_mismatch_between_target_and_source_types_and_an_automatic_conversion_exists.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_single_source_binding_has_a_mismatch_between_target_and_source_types_and_no_automatic_conversion_exists.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_single_source_binding_is_added_to_a_binding_manager.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_single_source_binding_is_created_with_source_and_target_information.cs
trunk/Src/MvvmFx.Windows.Specifications/Data/When_a_single_source_binding_is_created_without_source_and_target_information.cs
trunk/Src/MvvmFx.Windows.Specifications/HelperTrinity/ArgumentHelper.cs
trunk/Src/MvvmFx.Windows.Specifications/HelperTrinity/EventHelper.cs
trunk/Src/MvvmFx.Windows.Specifications/HelperTrinity/ExceptionHelper.cs
trunk/Src/MvvmFx.Windows.Specifications/HelperTrinity/Extensions/ArgumentHelperExtensions.cs
trunk/Src/MvvmFx.Windows.Specifications/HelperTrinity/Extensions/EventHelperExtensions.cs
trunk/Src/MvvmFx.Windows.Specifications/MvvmFx.Windows.Specifications.csproj
trunk/Src/MvvmFx.Windows.Specifications/Properties/AssemblyInfo.cs
trunk/Src/MvvmFx.Windows.WPF/MvvmFx.Windows.WPF.csproj
trunk/Src/MvvmFx.Windows.WPF/Properties/AssemblyInfo.cs
trunk/Src/MvvmFx.Windows.WebGUI/MvvmFx.Windows.WebGUI.csproj
trunk/Src/MvvmFx.Windows.WebGUI/MvvmFx.Windows.WebGUI.csproj.user
trunk/Src/MvvmFx.Windows.WebGUI/Properties/AssemblyInfo.cs
trunk/Src/MvvmFx.Windows.WinForms/MvvmFx.Windows.WinForms.csproj
trunk/Src/MvvmFx.Windows.WinForms/MvvmFx.Windows.WinForms.csproj.user
trunk/Src/MvvmFx.Windows.WinForms/Properties/AssemblyInfo.cs
trunk/Src/MvvmFx.Windows.sln
trunk/Src/MvvmFx.Windows/Assert.cs
trunk/Src/MvvmFx.Windows/Data/ActionBinding.cs
trunk/Src/MvvmFx.Windows/Data/Binding.cs
trunk/Src/MvvmFx.Windows/Data/BindingListAdapter.cs
trunk/Src/MvvmFx.Windows/Data/BindingManager.cs
trunk/Src/MvvmFx.Windows/Data/BindingMode.cs
trunk/Src/MvvmFx.Windows/Data/Documentation/Examples.xml
trunk/Src/MvvmFx.Windows/Data/Documentation/Shared.xml
trunk/Src/MvvmFx.Windows/Data/Fluent/BindingManagerExtensions.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/IActivation.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/IConverterSelection.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/IHideIrrelevantMembers.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/ILambdaBasedSourceSelection.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/IModeSelection.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/IMultiSourceBindingOptions.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/IPathBasedSourceSelection.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/ISingleSourceBindingOptions.cs
trunk/Src/MvvmFx.Windows/Data/Fluent/ISubsequentSourceBindingOptions.cs
trunk/Src/MvvmFx.Windows/Data/IMultiValueConverter.cs
trunk/Src/MvvmFx.Windows/Data/IValueConverter.cs
trunk/Src/MvvmFx.Windows/Data/MultiBinding.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/BindingBase.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/IBindingContainer.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/LambdaPropertyExpression.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/MultiSourceBinding.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/PathPropertyExpression.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/PropertyExpression.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/PropertyExpressionPart - Copy.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/PropertyExpressionPart.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/PropertyExpressionPart.cs.patched
trunk/Src/MvvmFx.Windows/Data/Primitive/PropertyExpressionPartMvvmFx.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/PropertyExpressionPartSystem.cs
trunk/Src/MvvmFx.Windows/Data/Primitive/SingleSourceBinding.cs
trunk/Src/MvvmFx.Windows/Data/Truss.url
trunk/Src/MvvmFx.Windows/Data/TypedBinding.cs
trunk/Src/MvvmFx.Windows/Data/TypedMultiBinding.cs
trunk/Src/MvvmFx.Windows/Diagnostics/Log.cs
trunk/Src/MvvmFx.Windows/Input/BoundCommand.cs
trunk/Src/MvvmFx.Windows/Input/CommandBase.cs
trunk/Src/MvvmFx.Windows/Input/CommandBinders.cs
trunk/Src/MvvmFx.Windows/Input/CommandBinding.cs
trunk/Src/MvvmFx.Windows/Input/CommandBindingManager.cs
trunk/Src/MvvmFx.Windows/Input/ControlEvent.cs
trunk/Src/MvvmFx.Windows/Input/IBoundCommand.cs
trunk/Src/MvvmFx.Windows/Input/ICommand.cs
trunk/Src/MvvmFx.Windows/Input/ICommandBinding.cs
trunk/Src/MvvmFx.Windows/Input/ICommandBindingContainer.cs
trunk/Src/MvvmFx.Windows/Input/InvalidEventException.cs
trunk/Src/MvvmFx.Windows/Input/MenuItemEvent.cs
trunk/Src/MvvmFx.Windows/Input/NoBinderForComponentException.cs
trunk/Src/MvvmFx.Windows/Input/ToolStripItemEvent.cs
trunk/Src/MvvmFx.Windows/MvvmFx.Windows.csproj
trunk/Src/MvvmFx.Windows/Properties/AssemblyInfo.cs
trunk/Src/MvvmFx.Windows/Properties/Resources.Designer.cs
trunk/Src/MvvmFx.Windows/Properties/Resources.resx
trunk/Src/Samples/BusinessObjects/Address.cs
trunk/Src/Samples/BusinessObjects/BusinessObject.cs
trunk/Src/Samples/BusinessObjects/BusinessObjects.csproj
trunk/Src/Samples/BusinessObjects/Customer.cs
trunk/Src/Samples/BusinessObjects/Gender.cs
trunk/Src/Samples/BusinessObjects/Properties/AssemblyInfo.cs
trunk/Src/Samples/DpTests/DpTests.csproj
trunk/Src/Samples/DpTests/DpTests.csproj.user
trunk/Src/Samples/DpTests/Entities/EntityBase.cs
trunk/Src/Samples/DpTests/Entities/Gender.cs
trunk/Src/Samples/DpTests/Entities/IAddress.cs
trunk/Src/Samples/DpTests/Entities/IPerson.cs
trunk/Src/Samples/DpTests/Entities/MvvmFxDOs/Address.cs
trunk/Src/Samples/DpTests/Entities/MvvmFxDOs/Person.cs
trunk/Src/Samples/DpTests/Entities/SystemDOs/Address.cs
trunk/Src/Samples/DpTests/Entities/SystemDOs/Person.cs
trunk/Src/Samples/DpTests/Program.cs
trunk/Src/Samples/DpTests/Properties/AssemblyInfo.cs
trunk/Src/Samples/DpTests/WindowsFormsTests.cs
trunk/Src/Samples/DpTests/WpfTests.cs
trunk/Src/Samples/EventBinding.WebGUI/EventBinding.WebGUI.csproj
trunk/Src/Samples/EventBinding.WebGUI/MainForm.Designer.cs
trunk/Src/Samples/EventBinding.WebGUI/MainForm.cs
trunk/Src/Samples/EventBinding.WebGUI/MainForm.resx
trunk/Src/Samples/EventBinding.WebGUI/Properties/AssemblyInfo.cs
trunk/Src/Samples/EventBinding.WebGUI/Readme.txt
trunk/Src/Samples/EventBinding.WebGUI/Web.config
trunk/Src/Samples/EventBinding/EventBinding.csproj
trunk/Src/Samples/EventBinding/MainForm.Designer.cs
trunk/Src/Samples/EventBinding/MainForm.cs
trunk/Src/Samples/EventBinding/MainForm.resx
trunk/Src/Samples/EventBinding/Program.cs
trunk/Src/Samples/EventBinding/Properties/AssemblyInfo.cs
trunk/Src/Samples/InvoicesBusiness/Address.cs
trunk/Src/Samples/InvoicesBusiness/Customer.cs
trunk/Src/Samples/InvoicesBusiness/Invoice.cs
trunk/Src/Samples/InvoicesBusiness/InvoicesBusiness.csproj
trunk/Src/Samples/InvoicesBusiness/Properties/AssemblyInfo.cs
trunk/Src/Samples/InvoicesUI.WebGUI/DateTimeToDateConverter.cs
trunk/Src/Samples/InvoicesUI.WebGUI/InvoicesUI.WebGUI.csproj
trunk/Src/Samples/InvoicesUI.WebGUI/MainForm.Designer.cs
trunk/Src/Samples/InvoicesUI.WebGUI/MainForm.cs
trunk/Src/Samples/InvoicesUI.WebGUI/MainForm.resx
trunk/Src/Samples/InvoicesUI.WebGUI/Properties/AssemblyInfo.cs
trunk/Src/Samples/InvoicesUI.WebGUI/Readme.txt
trunk/Src/Samples/InvoicesUI.WebGUI/TestFormLambda.Designer.cs
trunk/Src/Samples/InvoicesUI.WebGUI/TestFormLambda.cs
trunk/Src/Samples/InvoicesUI.WebGUI/TestFormLambda.resx
trunk/Src/Samples/InvoicesUI.WebGUI/TestFormString.Designer.cs
trunk/Src/Samples/InvoicesUI.WebGUI/TestFormString.cs
trunk/Src/Samples/InvoicesUI.WebGUI/TestFormString.resx
trunk/Src/Samples/InvoicesUI.WebGUI/Web.config
trunk/Src/Samples/InvoicesUI/DateTimeToDateConverter.cs
trunk/Src/Samples/InvoicesUI/InvoicesUI.csproj
trunk/Src/Samples/InvoicesUI/MainForm.Designer.cs
trunk/Src/Samples/InvoicesUI/MainForm.cs
trunk/Src/Samples/InvoicesUI/MainForm.resx
trunk/Src/Samples/InvoicesUI/Program.cs
trunk/Src/Samples/InvoicesUI/Properties/AssemblyInfo.cs
trunk/Src/Samples/InvoicesUI/Properties/Resources.Designer.cs
trunk/Src/Samples/InvoicesUI/Properties/Resources.resx
trunk/Src/Samples/InvoicesUI/Properties/Settings.Designer.cs
trunk/Src/Samples/InvoicesUI/Properties/Settings.settings
trunk/Src/Samples/InvoicesUI/TestFormLambda.Designer.cs
trunk/Src/Samples/InvoicesUI/TestFormLambda.cs
trunk/Src/Samples/InvoicesUI/TestFormLambda.resx
trunk/Src/Samples/InvoicesUI/TestFormString.Designer.cs
trunk/Src/Samples/InvoicesUI/TestFormString.cs
trunk/Src/Samples/InvoicesUI/TestFormString.resx
trunk/Src/Samples/PerformanceTests/Business/INPC.cs
trunk/Src/Samples/PerformanceTests/Business/INumberName.cs
trunk/Src/Samples/PerformanceTests/Business/MvvmFxDependencyObject.cs
trunk/Src/Samples/PerformanceTests/Business/SystemDependencyObject.cs
trunk/Src/Samples/PerformanceTests/Business/TargetObject.cs
trunk/Src/Samples/PerformanceTests/Business/XxxChanged.cs
trunk/Src/Samples/PerformanceTests/Business/XxxChangedGenericArgs.cs
trunk/Src/Samples/PerformanceTests/MvvmFxTester.cs
trunk/Src/Samples/PerformanceTests/PerformanceTests.csproj
trunk/Src/Samples/PerformanceTests/Program.cs
trunk/Src/Samples/PerformanceTests/Properties/AssemblyInfo.cs
trunk/Src/Samples/PerformanceTests/TestWpf.xaml
trunk/Src/Samples/PerformanceTests/TestWpf.xaml.cs
trunk/Src/Samples/PerformanceTests/WpfTester.cs
trunk/Src/Samples/SimpleBindings/App.config
trunk/Src/Samples/SimpleBindings/Program.cs
trunk/Src/Samples/SimpleBindings/Properties/AssemblyInfo.cs
trunk/Src/Samples/SimpleBindings/SimpleBindings.csproj
trunk/Src/WindowsBase.WebGUI/Properties/AssemblyInfo.cs
trunk/Src/WindowsBase.WebGUI/WindowsBase.WebGUI.csproj
trunk/Src/WindowsBase.WinForms/Collections.Specialized/CollectionChangedEventManager.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/CurrentChangedEventManager.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/CurrentChangingEventArgs.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/CurrentChangingEventHandler.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/CurrentChangingEventManager.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/DependencyPropertyDescriptor.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/GroupDescription.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/ICollectionView.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/ICollectionViewFactory.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/IEditableCollectionView.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/IItemProperties.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/ItemPropertyInfo.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/NewItemPlaceholderPosition.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/PropertyChangedEventManager.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/PropertyFilterAttribute.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/PropertyFilterOptions.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/ReferenceEqualityComparer.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/SortDescription.cs
trunk/Src/WindowsBase.WinForms/ComponentModel/SortDescriptionCollection.cs
trunk/Src/WindowsBase.WinForms/Properties/AssemblyInfo.cs
trunk/Src/WindowsBase.WinForms/Properties/Resources.Designer.cs
trunk/Src/WindowsBase.WinForms/Properties/Resources.resx
trunk/Src/WindowsBase.WinForms/Windows/AttachedPropertyBrowsableAttribute.cs
trunk/Src/WindowsBase.WinForms/Windows/AttachedPropertyBrowsableForTypeAttribute.cs
trunk/Src/WindowsBase.WinForms/Windows/AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
trunk/Src/WindowsBase.WinForms/Windows/CoerceValueCallback.cs
trunk/Src/WindowsBase.WinForms/Windows/DependencyObject.cs
trunk/Src/WindowsBase.WinForms/Windows/DependencyObjectType.cs
trunk/Src/WindowsBase.WinForms/Windows/DependencyProperty.cs
trunk/Src/WindowsBase.WinForms/Windows/DependencyPropertyChangedEventArgs.cs
trunk/Src/WindowsBase.WinForms/Windows/DependencyPropertyChangedEventHandler.cs
trunk/Src/WindowsBase.WinForms/Windows/DependencyPropertyKey.cs
trunk/Src/WindowsBase.WinForms/Windows/Expression.cs
trunk/Src/WindowsBase.WinForms/Windows/ExpressionConverter.cs
trunk/Src/WindowsBase.WinForms/Windows/Forms/Form.cs
trunk/Src/WindowsBase.WinForms/Windows/Forms/UserControl.cs
trunk/Src/WindowsBase.WinForms/Windows/Freezable.cs
trunk/Src/WindowsBase.WinForms/Windows/IDependencyObject.cs
trunk/Src/WindowsBase.WinForms/Windows/IWeakEventListener.cs
trunk/Src/WindowsBase.WinForms/Windows/LocalValueEntry.cs
trunk/Src/WindowsBase.WinForms/Windows/LocalValueEnumerator.cs
trunk/Src/WindowsBase.WinForms/Windows/PropertyChangedCallback.cs
trunk/Src/WindowsBase.WinForms/Windows/PropertyMetadata.cs
trunk/Src/WindowsBase.WinForms/Windows/ValidateValueCallback.cs
trunk/Src/WindowsBase.WinForms/Windows/WeakEventManager.cs
trunk/Src/WindowsBase.WinForms/WindowsBase.WinForms.csproj
trunk/Src/mvvmfx.snk
trunk/Src/nuget.config
trunk/bin/Release/License-MvvmFx.Windows.txt
trunk/bin/Release/License-MvvmFx.WindowsBase.txt
trunk/bin/Release/What to use.txt

Download

Click the following link to download mvvmfx.zip.

mvvmfx.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML