From 0d9a63a7d2c7d9322642154561e783db0cccce01 Mon Sep 17 00:00:00 2001 From: emartin_cp Date: Tue, 15 Jan 2013 13:35:25 +0000 Subject: [PATCH] Version 1.9 --- .../Samples.Modules.BusyIndicator.csproj | 4 +- .../Views/BusyIndicatorView.xaml | 2 +- .../Samples.Modules.Button.csproj | 4 +- .../FormatStringToVisibilityConverter.cs | 27 + .../Samples.Modules.Calculator.csproj | 5 +- .../Views/CalculatorUpDownView.xaml | 40 +- .../Samples.Modules.CheckLists.csproj | 4 +- .../Views/HomeView.xaml | 47 +- .../Converters/IntToBoolConverter.cs | 27 + .../Samples.Modules.ChildWindow.csproj | 5 +- .../Views/HomeView.xaml | 19 +- .../Views/HomeView.xaml.cs | 2 + .../Samples.Modules.Color.csproj | 4 +- .../Samples.Modules.Color/Views/HomeView.xaml | 18 +- .../Samples.Modules.DataGrid.csproj | 5 + .../UniqueIDCellValidationRule.cs | 60 + .../Views/HomeView.xaml | 11 + .../Samples.Modules.DateTime.csproj | 4 +- .../Views/HomeView.xaml | 64 +- .../Samples.Modules.Magnifier.csproj | 4 +- .../Views/HomeView.xaml | 4 +- .../Samples.Modules.MessageBox.csproj | 4 +- .../Samples.Modules.Numeric.csproj | 4 +- .../Views/HomeView.xaml | 147 +- .../Views/HomeView.xaml.cs | 32 + .../ComboBoxToVisibilityConverter.cs | 29 + .../AnimatedTimelinePanel.jpg | Bin 0 -> 39305 bytes .../AutoStretchStackPanel.jpg | Bin 0 -> 18566 bytes .../OpenSourceImages/CameraPanel.jpg | Bin 0 -> 12138 bytes .../OpenSourceImages/Canvas.jpg | Bin 0 -> 23048 bytes .../OpenSourceImages/Carousel.jpg | Bin 0 -> 15908 bytes .../OpenSourceImages/DockPanel.jpg | Bin 0 -> 20325 bytes .../OpenSourceImages/Grid.jpg | Bin 0 -> 36990 bytes .../OpenSourceImages/PerspectivePanel.jpg | Bin 0 -> 12274 bytes .../OpenSourceImages/RadialCanvas.jpg | Bin 0 -> 20347 bytes .../OpenSourceImages/RelativeCanvas.jpg | Bin 0 -> 19136 bytes .../OpenSourceImages/StackPanel.jpg | Bin 0 -> 16606 bytes .../OpenSourceImages/StackedStackPanel.jpg | Bin 0 -> 18921 bytes .../Samples.Modules.Panels/PanelsModule.cs | 45 + .../Properties/AssemblyInfo.cs | 55 + .../Samples.Modules.Panels.csproj | 119 ++ .../Views/SwitchPanelNavItem.xaml | 30 + .../Views/SwitchPanelNavItem.xaml.cs | 34 + .../Views/SwitchPanelView.xaml | 341 +++ .../Views/SwitchPanelView.xaml.cs | 206 ++ .../Samples.Modules.Pie.csproj | 4 +- .../Samples.Modules.PropertyGrid.csproj | 4 +- .../Views/DisplayLocalizationRes.fr.resx | 2 +- .../Views/DisplayLocalizationRes.resx | 2 +- .../Views/ExpandableProperties.xaml.cs | 4 +- .../Views/HomeView.xaml | 4 +- .../Samples.Modules.Text.csproj | 10 +- .../Views/MaskedTextBoxView.xaml | 3 +- ...itor.xaml => MultiLineTextEditorView.xaml} | 0 ...aml.cs => MultiLineTextEditorView.xaml.cs} | 8 +- .../Views/NavigationView.xaml | 5 +- .../Images/NoPicture.png | Bin 0 -> 58473 bytes .../Images/NoPictureA.jpg | Bin 0 -> 5072 bytes .../Images/NoPictureB.jpg | Bin 0 -> 5332 bytes .../Images/NoPictureC.jpg | Bin 0 -> 5377 bytes .../Images/NoPictureD.jpg | Bin 0 -> 5665 bytes .../Samples.Modules.Themes/Images/Working.png | Bin 0 -> 186666 bytes .../Properties/AssemblyInfo.cs | 72 + .../Samples.Modules.Themes.csproj | 134 ++ .../Samples.Modules.Themes/ThemesModule.cs | 45 + .../Views/HomeView.xaml | 34 + .../Views/HomeView.xaml.cs | 55 + .../Views/NavigationView.xaml | 30 + .../Views/NavigationView.xaml.cs | 34 + .../Samples.Modules.TimelinePanel.csproj | 4 +- .../Samples.Modules.Wizard.csproj | 4 +- .../Views/HomeView.xaml | 42 +- .../Views/HomeView.xaml.cs | 32 + .../Samples.Modules.Zoombox.csproj | 4 +- .../Controls/DemoView.cs | 17 +- .../Themes/Generic.xaml | 2 +- .../Src/Samples/Samples/App.config | 2 + .../Samples/Resources/TextBlockStyles.xaml | 9 + .../Samples/Resources/TreeViewStyles.xaml | 19 +- .../Src/Samples/Samples/Samples.csproj | 4 +- .../Src/Samples/Samples/Shell.xaml | 2 +- .../(DataVirtualization)/EmptyDataItem.cs | 9 +- .../(DataVirtualization)/VirtualList.cs | 9 +- .../VirtualListEnumerator.cs | 9 +- .../VirtualListTableOfContent.cs | 9 +- .../(DataVirtualization)/VirtualPage.cs | 9 +- .../VirtualPageManager.cs | 9 +- .../VirtualizedItemInfo.cs | 9 +- .../VirtualizedItemValueCollection.cs | 9 +- .../DataGridForeignKeyDescription.cs | 9 +- .../DataTableForeignKeyDescription.cs | 9 +- .../(CollectionView)/AsyncCommitInfo.cs | 9 +- .../(CollectionView)/AsyncQueryInfo.cs | 9 +- .../AsyncQueryInfoWeakComparer.cs | 9 +- .../AutoFilterValuesChangedEventArgs.cs | 9 +- .../BindingPathValueExtractor.cs | 9 +- .../CollectionViewGroupExtensions.cs | 9 +- .../(CollectionView)/CommitItemsEvent.cs | 9 +- .../CustomDistinctValueItemConfiguration.cs | 9 +- ...istinctValueItemConfigurationCollection.cs | 9 +- .../CustomDistinctValueItemFilterEventArgs.cs | 9 +- .../DataGridCollectionView.cs | 9 +- .../DataGridCollectionViewBase.cs | 9 +- .../DataGridCollectionViewBaseDataProvider.cs | 9 +- .../DataGridCollectionViewDataProvider.cs | 9 +- .../DataGridCollectionViewEnumerator.cs | 9 +- .../DataGridCollectionViewGroup.cs | 9 +- .../DataGridCollectionViewGroupRoot.cs | 9 +- .../DataGridCollectionViewGroupSort.cs | 9 +- .../DataGridCollectionViewSort.cs | 9 +- .../DataGridCollectionViewSource.cs | 9 +- .../DataGridCollectionViewSourceBase.cs | 9 +- .../DataGridCommittingNewItemEvent.cs | 9 +- .../DataGridCreatingNewItemEvent.cs | 9 +- .../DataGridDetailDescription.cs | 9 +- .../DataGridDetailDescriptionCollection.cs | 9 +- .../DataGridGroupDescription.cs | 9 +- .../(CollectionView)/DataGridGroupInfo.cs | 9 +- .../DataGridItemCancelEvent.cs | 9 +- .../(CollectionView)/DataGridItemEvent.cs | 9 +- .../DataGridItemHandledEvent.cs | 9 +- ...erty.PropertyDescriptorFromItemProperty.cs | 9 +- .../(CollectionView)/DataGridItemProperty.cs | 9 +- ....PropertyDescriptorFromItemPropertyBase.cs | 9 +- .../DataGridItemPropertyBase.cs | 9 +- .../DataGridItemPropertyCollection.cs | 9 +- .../DataGridItemPropertyCommittingValue.cs | 9 +- .../DataGridItemPropertyDictionary.cs | 9 +- .../DataGridItemPropertyQueryValueEvent.cs | 9 +- .../DataGridItemRemovedEvent.cs | 9 +- .../DataGridLINQPageManager.cs | 9 +- .../(CollectionView)/DataGridPageManager.cs | 9 +- .../DataGridPageManagerBase.cs | 9 +- .../DataGridRemovingItemEvent.cs | 9 +- .../DataGridSortDescriptionCollection.cs | 9 +- .../DataGridUnboundItemProperty.cs | 9 +- .../DataGridVirtualizingCollectionView.cs | 9 +- .../DataGridVirtualizingCollectionViewBase.cs | 9 +- ...dVirtualizingCollectionViewDataProvider.cs | 9 +- ...DataGridVirtualizingCollectionViewGroup.cs | 9 +- ...GridVirtualizingCollectionViewGroupBase.cs | 9 +- ...GridVirtualizingCollectionViewGroupRoot.cs | 9 +- ...ataGridVirtualizingCollectionViewSource.cs | 9 +- ...ridVirtualizingCollectionViewSourceBase.cs | 10 +- ...GridVirtualizingQueryableCollectionView.cs | 9 +- ...zingQueryableCollectionViewDataProvider.cs | 9 +- ...irtualizingQueryableCollectionViewGroup.cs | 9 +- ...alizingQueryableCollectionViewGroupRoot.cs | 9 +- ...rtualizingQueryableCollectionViewSource.cs | 9 +- .../DataRelationDetailDescription.cs | 9 +- .../DataRowColumnPropertyDescriptor.cs | 9 +- .../(CollectionView)/DeferredOperation.cs | 9 +- .../DeferredOperationManager.cs | 9 +- .../DistinctValuesDictionary.cs | 9 +- .../EmptyDataItemSafePropertyDescriptor.cs | 9 +- .../EntityDetailDescription.cs | 9 +- .../EnumerableDetailDescription.cs | 9 +- .../GroupDescriptionCollection.cs | 9 +- .../(CollectionView)/GroupNameCountPair.cs | 9 +- .../(CollectionView)/GroupSortComparer.cs | 9 +- .../JaggedArrayPropertyDescriptor.cs | 9 +- .../ListSourceDetailDescription.cs | 9 +- .../OptimizedReadOnlyObservableCollection.cs | 9 +- .../PropertyDetailDescription.cs | 9 +- .../PropertyRelationAttribute.cs | 9 +- .../QueryAutoFilterDistinctValuesEvent.cs | 9 +- .../QueryDistinctValueEventArgs.cs | 9 +- .../QueryEntityDetailsEventArgs.cs | 9 +- .../(CollectionView)/QueryGroupsEventArgs.cs | 9 +- .../(CollectionView)/QueryItemCountEvent.cs | 9 +- .../(CollectionView)/QueryItemsEvent.cs | 9 +- .../(CollectionView)/QueryableExtensions.cs | 9 +- .../(CollectionView)/RawItem.cs | 9 +- .../(CollectionView)/RawItemIndexComparer.cs | 9 +- .../(CollectionView)/RawItemSortComparer.cs | 9 +- .../SelfPropertyDescriptor.cs | 9 +- .../SortDescriptionsSyncContext.cs | 9 +- .../(CollectionView)/SortedDescriptionInfo.cs | 9 +- .../(CollectionView)/SourceItemCollection.cs | 9 +- .../(CollectionView)/StatResultComparer.cs | 9 +- .../(CollectionView)/UnboundDataItem.cs | 9 +- .../UnboundDataRowPropertyDescriptor.cs | 9 +- .../DataTableForeignKeyConverter.cs | 9 +- .../(ForeignKeys)/ForeignKeyConfiguration.cs | 9 +- .../(ForeignKeys)/ForeignKeyContentControl.cs | 9 +- .../(ForeignKeys)/ForeignKeyConverter.cs | 9 +- .../ForeignKeyGroupContentControl.cs | 9 +- .../ForeignKeyScrollTipContentControl.cs | 9 +- .../(Generator)/CollectionGeneratorNode.cs | 9 +- .../ColumnActualWidthChangedHandler.cs | 9 +- .../ColumnActualWidthEventManager.cs | 9 +- .../(Generator)/ContainersRemovedEventArgs.cs | 9 +- .../CurrentColumnChangedEventManager.cs | 9 +- .../CustomGeneratorChangedEventArgs.cs | 9 +- .../CustomItemContainerGenerator.cs | 9 +- .../(Generator)/DetailGeneratorNode.cs | 9 +- .../DistinctValuesRequestedEventArgs.cs | 9 +- .../DistinctValuesRequestedEventManager.cs | 9 +- .../(Generator)/ExpansionStateEventArgs.cs | 9 +- .../(Generator)/GeneratorNode.cs | 9 +- .../(Generator)/GeneratorNodeFactory.cs | 9 +- .../(Generator)/GeneratorNodeHelper.cs | 9 +- .../(Generator)/GroupGeneratorNode.cs | 9 +- .../(Generator)/GroupHeaderFooterItem.cs | 9 +- .../GroupHeaderFooterItemTemplate.cs | 9 +- .../(Generator)/GroupNamesTreeKey.cs | 9 +- .../HeadersFootersGeneratorNode.cs | 9 +- .../ICustomItemContainerGenerator.cs | 9 +- .../IInhibitGenPosToIndexUpdating.cs | 9 +- .../(Generator)/ItemContextVisitor.cs | 9 +- .../(Generator)/ItemsGeneratorNode.cs | 9 +- .../NamesTreeGroupFinderVisitor.cs | 9 +- .../NotifyCollectionChangedGeneratorNode.cs | 9 +- .../(Generator)/RangeSelectionVisitor.cs | 9 +- .../RealizedContainersRequestedEventArgs.cs | 9 +- ...RealizedContainersRequestedEventManager.cs | 9 +- .../SaveRestoreDataGridContextStateVisitor.cs | 9 +- .../SaveRestoreGlobalStateVisitor.cs | 9 +- .../(Generator)/SaveRestoreStateVisitor.cs | 9 +- .../(Generator)/SelectAllVisitor.cs | 9 +- .../StickyContainerGeneratedComparer.cs | 9 +- ...StickyContainerGeneratedReverseComparer.cs | 9 +- .../StickyContainerGeneratedStruct.cs | 9 +- .../VisibilityChangedEventManager.cs | 9 +- .../VisibleColumnsUpdatedEventManager.cs | 9 +- .../(Generator)/WeakDataGridContextKey.cs | 9 +- .../(enums)/AutoFilterModeEnum.cs | 9 +- .../CellEditorDisplayConditionsEnum.cs | 9 +- .../(enums)/ColumnWidthUnitTypeEnum.cs | 9 +- .../(enums)/CommitModeEnum.cs | 9 +- .../(enums)/CompareResultEnum.cs | 9 +- .../(enums)/ConnectionLineAlignmentEnum.cs | 9 +- .../(enums)/DataGridConnectionStateEnum.cs | 9 +- .../(enums)/DataGridContextVisitorTypeEnum.cs | 9 +- .../DataGridUpdateSourceTriggerEnum.cs | 9 +- .../DeletingSelectedItemErrorActionEnum.cs | 9 +- .../(enums)/DistinctValuesConstraintEnum.cs | 9 +- .../(enums)/DistinctValuesUpdateModeEnum.cs | 9 +- .../(enums)/DropMarkAlignmentEnum.cs | 9 +- .../(enums)/EditTriggersEnum.cs | 9 +- .../(enums)/FilterCriteriaModeEnum.cs | 9 +- .../(enums)/FilterOperatorPrecedenceEnum.cs | 9 +- .../(enums)/FilterTokenPriorityEnum.cs | 9 +- .../(enums)/GeneratorNodeTypeEnum.cs | 9 +- .../(enums)/InsertionModeEnum.cs | 9 +- .../(enums)/ItemScrollingBehaviorEnum.cs | 9 +- .../(enums)/NavigationBehaviorEnum.cs | 9 +- .../(enums)/PagingBehaviorEnum.cs | 9 +- .../(enums)/PrimaryAxisEnum.cs | 9 +- .../(enums)/ScrollDirectionEnum.cs | 9 +- .../(enums)/ScrollOrientationEnum.cs | 9 +- .../(enums)/SelectionUnitEnum.cs | 9 +- .../(enums)/SortDirectionEnum.cs | 9 +- .../(enums)/ValidationModeEnum.cs | 9 +- .../Xceed.Wpf.DataGrid/ActivationGesture.cs | 9 +- .../ActivationGestureCollection.cs | 9 +- .../AddingNewDataItemEvent.cs | 9 +- .../AllowDetailToggleChangedEventManager.cs | 9 +- .../Xceed.Wpf.DataGrid/AssemblyVersionInfo.cs | 11 +- .../AssemblyVersionInfoCommon.cs | 9 +- .../Automation/AutomationPeerExtensions.cs | 9 +- .../Automation/AutomationQueryEvents.cs | 9 +- .../Automation/CellAutomationPeer.cs | 9 +- .../ColumnManagerCellAutomationPeer.cs | 9 +- .../ColumnManagerRowAutomationPeer.cs | 9 +- .../DataGridContextAutomationPeer.cs | 9 +- .../DataGridControlAutomationPeer.cs | 9 +- .../Automation/DataGridGroupAutomationPeer.cs | 9 +- .../Automation/DataGridItemAutomationPeer.cs | 9 +- .../DataGridItemCellAutomationPeer.cs | 9 +- .../HeaderFooterItemAutomationPeer.cs | 9 +- .../QueryAutomationIdRoutedEventArgs.cs | 9 +- .../QueryHelpTextRoutedEventArgs.cs | 9 +- .../QueryItemStatusRoutedEventArgs.cs | 9 +- .../QueryItemTypeRoutedEventArgs.cs | 9 +- .../Automation/QueryNameRoutedEventArgs.cs | 9 +- .../Automation/RowAutomationPeer.cs | 9 +- ...eCurrentWhenReadOnlyChangedEventManager.cs | 9 +- .../Xceed.Wpf.DataGrid/CancelRoutedEvent.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Cell.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/CellCollection.cs | 9 +- .../CellContentPresenter.cs | 9 +- .../CellContentTemplateChangedEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/CellEditor.cs | 9 +- .../Xceed.Wpf.DataGrid/CellEditorContext.cs | 9 +- ...torDisplayConditionsChangedEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/CellState.cs | 9 +- .../Xceed.Wpf.DataGrid/CellValidatingEvent.cs | 9 +- .../CellValidationContext.cs | 9 +- .../Xceed.Wpf.DataGrid/CellValidationError.cs | 9 +- .../CellValidationErrorRoutedEvent.cs | 9 +- ...GenericContentTemplateSelectorResources.cs | 9 +- ...nericContentTemplateSelectorResources.xaml | 9 +- .../Src/Xceed.Wpf.DataGrid/Column.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/ColumnBase.cs | 9 +- .../Xceed.Wpf.DataGrid/ColumnCollection.cs | 9 +- .../Xceed.Wpf.DataGrid/ColumnManagerCell.cs | 9 +- .../Xceed.Wpf.DataGrid/ColumnManagerRow.cs | 9 +- .../ColumnReorderingEvent.cs | 9 +- .../ColumnVisibilePositionChangedEventArgs.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/ColumnWidth.cs | 9 +- .../Xceed.Wpf.DataGrid/ContainerSizeState.cs | 9 +- .../Converters/ColumnWidthConverter.cs | 9 +- .../Converters/CurrencyConverter.cs | 9 +- .../Converters/DefaultDataConverter.cs | 9 +- .../EmptyStringToBooleanConverter.cs | 9 +- .../FilterCriterionToForeignKeyConverter.cs | 9 +- .../FilterCriterionToNullableBoolConverter.cs | 9 +- .../Converters/GreaterThanZeroConverter.cs | 9 +- .../Converters/ImageConverter.cs | 9 +- .../Converters/IndexToOddConverter.cs | 9 +- .../Converters/IntAdditionConverter.cs | 9 +- .../Converters/InverseBooleanConverter.cs | 9 +- .../Converters/LevelToOpacityConverter.cs | 9 +- .../Converters/MultimodalResultConverter.cs | 9 +- .../Converters/NegativeDoubleConverter.cs | 9 +- .../Converters/NullToBooleanConverter.cs | 9 +- .../SortingDirectionToBooleanConverter.cs | 9 +- .../Converters/SourceDataConverter.cs | 9 +- .../Converters/StatResultConverter.cs | 9 +- .../Converters/StringFormatConverter.cs | 9 +- .../SynchronizedScrollViewerMultiConverter.cs | 9 +- .../Converters/ThicknessConverter.cs | 9 +- .../Converters/TreeViewLineConverter.cs | 9 +- .../Converters/TypeToBooleanConverter.cs | 9 +- .../Converters/TypeToVisibilityConverter.cs | 9 +- .../Converters/ValueToMaskedTextConverter.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/CurrencyManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/DataCell.cs | 9 +- .../Xceed.Wpf.DataGrid/DataGridBindingInfo.cs | 9 +- .../Xceed.Wpf.DataGrid/DataGridCheckBox.cs | 9 +- .../Xceed.Wpf.DataGrid/DataGridCommands.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/DataGridContext.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/DataGridControl.cs | 10 +- ...ControlSelectionChangedWeakEventManager.cs | 9 +- ...aGridControlTemplateChangedEventManager.cs | 9 +- .../DataGridCurrentChangedEvent.cs | 9 +- .../DataGridCurrentChangingEvent.cs | 9 +- .../Xceed.Wpf.DataGrid/DataGridDatePicker.cs | 23 +- .../Xceed.Wpf.DataGrid/DataGridException.cs | 9 +- .../DataGridFocusException.cs | 9 +- .../DataGridInternalException.cs | 9 +- .../Xceed.Wpf.DataGrid/DataGridItemsHost.cs | 9 +- .../DataGridSelectionChangedEvent.cs | 9 +- .../DataGridSelectionChangingEvent.cs | 9 +- .../DataGridValidationException.cs | 9 +- .../DataGridVirtualizingPanel.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/DataRow.cs | 9 +- .../DataRowEditableWrapper.cs | 9 +- .../DefaultCellEditorSelector.xaml | 11 +- .../DefaultCellEditorSelector.xaml.cs | 9 +- .../DefaultDetailConfiguration.cs | 9 +- ...eletingSelectedItemErrorRoutedEventArgs.cs | 9 +- .../Xceed.Wpf.DataGrid/DetailConfiguration.cs | 9 +- .../DetailConfigurationCollection.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/DetailIndicator.cs | 9 +- .../DetailVisibilityChangedEventManager.cs | 9 +- .../DetailsChangedEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/DropMarkAdorner.cs | 9 +- .../(Clipboard)/ClipboardExporterBase.cs | 9 +- .../(Clipboard)/CsvClipboardExporter.cs | 9 +- .../Export/(Clipboard)/XceedDataObject.cs | 9 +- .../Export/CsvFormatSettings.cs | 9 +- .../Xceed.Wpf.DataGrid/Export/FormatHelper.cs | 9 +- .../Export/FormatSettingsBase.cs | 9 +- .../FieldNameGroupConfigurationSelector.cs | 9 +- ...FieldNameGroupConfigurationSelectorItem.cs | 9 +- ...roupConfigurationSelectorItemCollection.cs | 9 +- .../FilterCriteria/AndFilterCriterion.cs | 9 +- .../FilterCriteria/ContainsFilterCriterion.cs | 9 +- .../CriterionDescriptorAttribute.cs | 9 +- .../DifferentThanFilterCriterion.cs | 9 +- .../FilterCriteria/EndsWithFilterCriterion.cs | 9 +- .../FilterCriteria/EqualToFilterCriterion.cs | 9 +- .../FilterCriteria/FilterCriterion.cs | 9 +- .../GreaterThanFilterCriterion.cs | 9 +- .../GreaterThanOrEqualToFilterCriterion.cs | 9 +- .../FilterCriteria/LessThanFilterCriterion.cs | 9 +- .../LessThanOrEqualToFilterCriterion.cs | 9 +- .../FilterCriteria/NotFilterCriterion.cs | 9 +- .../FilterCriteria/OrFilterCriterion.cs | 9 +- .../RelationalFilterCriterion.cs | 9 +- .../StartsWithFilterCriterion.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/FilterParser.cs | 9 +- .../FilterParserTestWindow.cs | 9 +- .../FilterParser_UnitTests.cs | 9 +- ...eignKeyConfigurationChangedEventManager.cs | 9 +- .../FrameworkElementUnloadedEventManager.cs | 9 +- .../Xceed.Wpf.DataGrid/GlobalSuppressions.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Group.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/GroupByControl.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/GroupByItem.cs | 9 +- .../Xceed.Wpf.DataGrid/GroupConfiguration.cs | 9 +- .../GroupConfigurationSelector.cs | 9 +- ...onfigurationSelectorChangedEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/GroupExtensions.cs | 9 +- .../Xceed.Wpf.DataGrid/GroupHeaderControl.cs | 9 +- .../GroupHeaderFooterCollection.cs | 9 +- .../GroupLevelConfiguration.cs | 9 +- .../GroupLevelConfigurationCollection.cs | 9 +- .../GroupLevelDescription.cs | 9 +- .../GroupLevelDescriptionCollection.cs | 9 +- .../Xceed.Wpf.DataGrid/GroupLevelIndicator.cs | 9 +- .../GroupLevelIndicatorPane.cs | 9 +- .../GroupNavigationButton.cs | 9 +- .../GroupNavigationControl.cs | 9 +- .../GroupNavigationControlItem.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/GroupingHelper.cs | 9 +- .../Xceed.Wpf.DataGrid/HashedLinkedList.cs | 9 +- .../Xceed.Wpf.DataGrid/HeaderFooterItem.cs | 9 +- .../HierarchicalGroupByControl.cs | 17 +- .../HierarchicalGroupByControlNode.cs | 9 +- .../HierarchicalGroupByItem.cs | 9 +- .../HierarchicalGroupLevelIndicatorPane.cs | 9 +- .../ICustomVirtualizingPanel.cs | 9 +- .../IDataGridContextVisitable.cs | 9 +- .../IDataGridContextVisitor.cs | 9 +- .../IDataGridItemContainer.cs | 9 +- .../IDeferableScrollInfoRefresh.cs | 9 +- .../InnerCellContentPresenter.cs | 9 +- .../ItemPropertiesChangedEventManager.cs | 9 +- .../ItemsHostUIElementCollection.cs | 9 +- .../ItemsSourceChangedEventManager.cs | 9 +- .../Xceed.Wpf.DataGrid/ItemsSourceHelper.cs | 9 +- .../KeyActivationGesture.cs | 9 +- .../LevelGroupConfigurationSelector.cs | 9 +- .../LevelGroupConfigurationSelectorItem.cs | 9 +- ...roupConfigurationSelectorItemCollection.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Log.cs | 9 +- .../Markup/CellContentBindingExtension.cs | 9 +- .../Markup/CellEditorBindingExtension.cs | 9 +- .../Markup/ClearGroupLevelConfigurations.cs | 9 +- .../Markup/ClearHeadersFooters.cs | 9 +- .../Markup/ThemeConverter.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Markup/ThemeKey.cs | 9 +- .../Markup/ViewBindingExtension.cs | 9 +- .../Markup/ViewConverter.cs | 9 +- .../MaxGroupLevelsChangedEventManager.cs | 9 +- .../MaxSortLevelsChangedEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/ObjectComparer.cs | 9 +- .../Xceed.Wpf.DataGrid/Print/IPrintInfo.cs | 9 +- .../Properties/AssemblyInfo.cs | 9 +- .../ReadOnlyColumnCollection.cs | 9 +- .../Xceed.Wpf.DataGrid/RecyclingManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Row.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/RowSelector.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/RowSelectorPane.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/RowState.cs | 9 +- .../Xceed.Wpf.DataGrid/RowValidationError.cs | 9 +- .../RowValidationErrorRoutedEvent.cs | 9 +- .../ScrollChangedWeakEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/ScrollTip.cs | 9 +- .../Xceed.Wpf.DataGrid/ScrollViewerHelper.cs | 9 +- .../SelectedCellsStorage.cs | 9 +- .../SelectedItemsStorage.cs | 9 +- .../Xceed.Wpf.DataGrid/SelectionCellRange.cs | 9 +- .../SelectionCellRangeCollection.cs | 9 +- .../SelectionCellRangeWithItems.cs | 9 +- .../SelectionChangedEventManager.cs | 9 +- .../Xceed.Wpf.DataGrid/SelectionChanger.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/SelectionInfo.cs | 9 +- .../SelectionItemCollection.cs | 9 +- .../SelectionItemRangeCollection.cs | 9 +- .../Xceed.Wpf.DataGrid/SelectionManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/SelectionRange.cs | 9 +- .../SelectionRangeWithItems.cs | 9 +- .../Settings/UserSettingsEnum.cs | 9 +- .../Settings/XmlColumnWidthStruct.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/SortingHelper.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/StaircasePanel.cs | 9 +- .../InvalidSourcePropertyNameException.cs | 9 +- .../Stats/InvalidValueException.cs | 9 +- .../Xceed.Wpf.DataGrid/Stats/StatFunction.cs | 9 +- .../Stats/StatFunctionCollection.cs | 9 +- .../Stats/StatFunctionComparer.cs | 9 +- .../Xceed.Wpf.DataGrid/Stats/StatResult.cs | 9 +- .../TextInputActivationGesture.cs | 9 +- .../ThemeChangedEventManager.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/UnboundColumn.cs | 9 +- .../Utils/Collections/EnumerableWrapper.cs | 9 +- .../Utils/Collections/IndexWeakHeapSort.cs | 9 +- .../Collections/ListChangedEventManager.cs | 9 +- .../Utils/Collections/ObservableHashList.cs | 9 +- .../Utils/Collections/ObservableList.cs | 9 +- .../Utils/Collections/ReadOnlyDictionary.cs | 9 +- .../Collections/ReadOnlyObservableHashList.cs | 9 +- .../Utils/Data/BoolDataStore.cs | 9 +- .../Utils/Data/DataStore.cs | 9 +- .../Utils/Data/ObjectDataStore.cs | 9 +- .../Utils/Data/StringDataStore.cs | 9 +- .../Utils/Data/ValueTypeDataStore.cs | 9 +- .../Utils/Math/DoubleUtil.cs | 9 +- .../Utils/WeakEventHandler.cs | 9 +- .../Utils/Wpf/DispatcherHelper.cs | 9 +- .../Utils/Wpf/DragDrop/DragDropHelper.cs | 9 +- .../Utils/Wpf/DragDrop/DragSourceManager.cs | 68 +- .../Wpf/DragDrop/DraggedElementAdorner.cs | 9 +- .../Utils/Wpf/DragDrop/IDropTarget.cs | 9 +- .../Wpf/Markup/XceedResourceDictionary.cs | 9 +- .../Utils/Wpf/TreeHelper.cs | 9 +- .../XmlSerializableBaseType.cs | 9 +- .../ValidateInputWrapper.cs | 9 +- .../CellContentBindingValidationRule.cs | 9 +- .../CellEditorErrorValidationRule.cs | 9 +- .../CellEditorValidationRule.cs | 9 +- .../ValidationRules/CellValidationRule.cs | 9 +- .../EventCellValidationRule.cs | 9 +- .../FilterExpressionValidationRule.cs | 9 +- .../PassthroughCellValidationRule.cs | 9 +- .../SourceDataConverterValidationRule.cs | 9 +- .../ViewChangedEventManager.cs | 9 +- .../ColumnVirtualizationManager.cs | 9 +- .../TableViewColumnVirtualizationManager.cs | 9 +- .../UpdateMeasureRequiredEventArgs.cs | 9 +- .../UpdateMeasureRequiredEventManager.cs | 9 +- .../VirtualizingFixedCellSubPanel.cs | 9 +- .../VirtualizingUICellCollection.cs | 9 +- .../Views/(Enums)/ColumnStretchModeEnum.cs | 9 +- .../Views/(Enums)/DropMarkOrientationEnum.cs | 9 +- .../Views/(Enums)/PassiveLayoutAxisEnum.cs | 9 +- .../SynchronizedScrollViewerPositionEnum.cs | 9 +- .../Views/(Enums)/ViewPropertyModeEnum.cs | 9 +- .../AnimatedDraggedElementAdorner.cs | 9 +- .../ColumnReorderingDragSourceManager.cs | 130 +- .../(TableflowView)/IAnimatedScrollInfo.cs | 9 +- .../(TableflowView)/LayoutedContainerInfo.cs | 9 +- .../LayoutedContainerInfoList.cs | 9 +- .../Views/(TableflowView)/OffsetAnimation.cs | 9 +- .../Views/(TableflowView)/PointAnimation.cs | 9 +- .../(TableflowView)/StickyContainerInfo.cs | 9 +- .../StickyContainerInfoComparer.cs | 9 +- .../StickyContainerInfoList.cs | 9 +- .../StickyContainerInfoReverseComparer.cs | 9 +- .../Views/(TableflowView)/TableflowView.cs | 9 +- .../TableflowViewAnimationHelper.cs | 9 +- .../(TableflowView)/TableflowViewItemsHost.cs | 9 +- .../TableflowViewUIElementCollection.cs | 9 +- .../Views/(TableflowView)/ZOrderHelper.cs | 9 +- .../Views/ColumnStretchingManager.cs | 9 +- .../Views/DataGridControlBackgroundBrushes.cs | 9 +- ...GridControlBackgroundBrushesResources.xaml | 9 +- ...dControlBackgroundBrushesResources.xaml.cs | 9 +- .../Views/DataGridScrollViewer.cs | 9 +- .../Views/FixedCellPanel.cs | 9 +- .../Views/FixedCellSubPanel.cs | 9 +- .../Views/FixedColumnSplitter.cs | 9 +- .../Views/IVirtualizingCellsHost.cs | 9 +- .../Views/PassiveLayoutDecorator.cs | 9 +- .../Views/ScrollingCellsDecorator.cs | 9 +- .../Views/SynchronizedScrollViewer.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Views/TableView.cs | 9 +- .../Views/TableViewHeaderFooterPanel.cs | 9 +- .../Views/TableViewItemsHost.cs | 9 +- .../Views/TableViewScrollViewer.cs | 9 +- .../Views/TargetViewAttribute.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Views/Theme.cs | 9 +- .../Views/UICellCollection.cs | 9 +- .../Xceed.Wpf.DataGrid/Views/UIViewBase.cs | 9 +- .../Src/Xceed.Wpf.DataGrid/Views/ViewBase.cs | 9 +- .../Views/ViewPropertyAttribute.cs | 9 +- .../VirtualizingCellCollection.cs | 9 +- ...lizingCellCollectionChangedEventManager.cs | 9 +- .../VirtualizingStackPanel.cs | 9 +- .../VisibleColumnsUpdatingEventManager.cs | 9 +- .../Xceed.Wpf.DataGrid/WatermarkAdorner.cs | 9 +- .../Xceed.Wpf.DataGrid.csproj | 11 +- .../themes/Aero/Resources/Aero.Resources.xaml | 9 +- .../Resources/Aero.normalcolor.Resources.xaml | 9 +- .../Resources/TableView.Aero.Graphics.xaml | 9 +- .../Aero/TableView.Aero.normalcolor.xaml | 9 +- .../Aero/TableflowView.Aero.normalcolor.xaml | 9 +- .../Classic/Resources/Classic.Resources.xaml | 9 +- .../Classic.systemcolor.Graphics.xaml | 9 +- .../Classic.systemcolor.Resources.xaml | 9 +- .../TableView.Classic.systemcolor.xaml | 9 +- .../TableflowView.Classic.systemcolor.xaml | 9 +- .../themes/Common/Common.Resources.xaml | 9 +- .../themes/Common/Graphics.xaml | 9 +- .../TableView.GridElementTemplates.xaml | 9 +- .../TableflowView.GridElementTemplates.xaml | 9 +- .../Controls/FixedColumnSplitter.generic.xaml | 9 +- .../TableViewScrollViewer.generic.xaml | 9 +- .../themes/Luna/Resources/Luna.Resources.xaml | 9 +- .../Resources/Luna.homestead.Resources.xaml | 9 +- .../Resources/Luna.metallic.Resources.xaml | 9 +- .../Resources/Luna.normalcolor.Resources.xaml | 9 +- .../Resources/TableView.Luna.Graphics.xaml | 9 +- .../themes/Luna/TableView.Luna.homestead.xaml | 9 +- .../themes/Luna/TableView.Luna.metallic.xaml | 9 +- .../Luna/TableView.Luna.normalcolor.xaml | 9 +- .../Luna/TableflowView.Luna.homestead.xaml | 9 +- .../Luna/TableflowView.Luna.metallic.xaml | 9 +- .../Luna/TableflowView.Luna.normalcolor.xaml | 9 +- .../Royale/Resources/Royale.Resources.xaml | 9 +- .../Royale.normalcolor.Resources.xaml | 9 +- .../Resources/TableView.Royale.Graphics.xaml | 9 +- .../Royale/TableView.Royale.normalcolor.xaml | 9 +- .../TableflowView.Royale.normalcolor.xaml | 9 +- .../TableView.Windows7.Graphics.xaml | 9 +- .../Windows7/Resources/Windows7.Controls.xaml | 9 +- .../Resources/Windows7.Resources.xaml | 9 +- .../themes/Windows7/TableView.Windows7.xaml | 9 +- .../Windows7/TableflowView.Windows7.xaml | 9 +- .../Resources/TableView.Zune.Graphics.xaml | 9 +- .../themes/Zune/Resources/Zune.Resources.xaml | 9 +- .../Resources/Zune.normalcolor.Resources.xaml | 9 +- .../Zune/TableView.Zune.normalcolor.xaml | 9 +- .../Zune/TableflowView.Zune.normalcolor.xaml | 9 +- .../themes/aero.normalcolor.xaml | 10 +- .../Xceed.Wpf.DataGrid/themes/classic.xaml | 10 +- .../Xceed.Wpf.DataGrid/themes/generic.xaml | 15 +- .../themes/luna.homestead.xaml | 9 +- .../themes/luna.metallic.xaml | 10 +- .../themes/luna.normalcolor.xaml | 10 +- .../themes/royale.normalcolor.xaml | 10 +- .../themes/zune.normalcolor.xaml | 10 +- .../Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs | 11 +- .../AssemblyVersionInfoCommon.cs | 9 +- .../Implementation/AutoSelectBehaviorEnum.cs | 9 +- .../Implementation/AutoSelectTextBox.cs | 9 +- .../Implementation/QueryMoveFocusEventArgs.cs | 9 +- .../Implementation/BusyIndicator.cs | 9 +- .../VisualStates.BusyIndicator.cs | 9 +- .../BusyIndicator/Themes/Generic.xaml | 9 +- .../Implementation/ButtonSpinner.cs | 26 +- .../Implementation/SpinDirection.cs | 9 +- .../Implementation/SpinEventArgs.cs | 9 +- .../ButtonSpinner/Implementation/Spinner.cs | 9 +- .../Implementation/ValidSpinDirections.cs | 9 +- .../ButtonSpinner/Themes/Generic.xaml | 48 +- .../Calculator/Implementation/Calculator.cs | 25 +- .../Implementation/CalculatorCommands.cs | 9 +- .../Calculator/Themes/Generic.xaml | 9 +- .../Implementation/CalculatorUpDown.cs | 79 +- .../CalculatorUpDown/Themes/Generic.xaml | 15 +- .../Implementation/CheckComboBox.cs | 132 +- .../CheckComboBox/Themes/Generic.xaml | 15 +- .../Implementation/CheckListBox.cs | 9 +- .../CheckListBox/Themes/Generic.xaml | 9 +- .../ChildWindow/Implementation/ChildWindow.cs | 9 +- .../Implementation/WindowStartupLocation.cs | 9 +- .../ChildWindow/Implementation/WindowState.cs | 9 +- .../ChildWindow/Themes/Generic.xaml | 9 +- .../Chromes/Implementation/ButtonChrome.cs | 9 +- .../Chromes/Themes/Generic.xaml | 9 +- .../Images/Delete16.png | Bin .../Implementation/CollectionControl.cs} | 43 +- .../CollectionControlDialog.xaml} | 17 +- .../CollectionControlDialog.xaml.cs | 28 +- .../PrimitiveTypeCollectionControl.cs} | 53 +- .../CollectionControl}/Themes/Generic.xaml | 27 +- .../ColorCanvas/Implementation/ColorCanvas.cs | 9 +- .../Implementation/ColorSpectrumSlider.cs | 9 +- .../ColorCanvas/Themes/Generic.xaml | 17 +- .../ColorPicker/Implementation/ColorItem.cs | 9 +- .../ColorPicker/Implementation/ColorPicker.cs | 80 +- .../ColorPicker/Themes/Generic.xaml | 9 +- .../CalculatorMemoryToVisibilityConverter.cs | 9 +- .../ColorToSolidColorBrushConverter.cs | 9 +- .../Core/Converters/InverseBoolConverter.cs | 9 +- .../Converters/ObjectTypeToNameConverter.cs | 9 +- .../Core/Converters/RoundedValueConverter.cs | 9 +- .../SolidColorBrushToColorConverter.cs | 9 +- .../TimeFormatToDateTimeFormatConverter.cs | 9 +- .../Converters/VisibilityToBoolConverter.cs | 9 +- .../WizardPageButtonVisibilityConverter.cs | 9 +- .../Xceed.Wpf.Toolkit/Core/ErrorMessages.cs | 35 +- .../Xceed.Wpf.Toolkit/Core/ErrorMessages.resx | 18 + .../Core/IndexChangedEventArgs.cs | 9 +- .../Core/IndexChangedEventHandler.cs | 9 +- .../Core/Input/IValidateInput.cs | 11 +- .../Input/InputValidationErrorEventArgs.cs | 49 +- .../Core/Input/KeyModifier.cs | 9 +- .../Core/Input/KeyModifierCollection.cs | 9 +- .../Input/KeyModifierCollectionConverter.cs | 9 +- .../Core/InvalidContentException.cs | 9 +- .../Core/InvalidTemplateException.cs | 9 +- .../Core/Media/Animation/AnimationRate.cs | 346 +++ .../Media/Animation/AnimationRateConverter.cs | 120 ++ .../Animation/IterativeAnimationEquation.cs | 49 + .../IterativeAnimationEquationDelegate.cs | 22 + .../Animation/IterativeEquationConverter.cs | 145 ++ .../Core/Media/Animation/PennerEquation.cs | 54 + .../Core/Media/Animation/PennerEquations.cs | 851 ++++++++ .../Core/Primitives/CachedTextInfo.cs | 9 +- .../Core/Primitives/HsvColor.cs | 9 +- .../Core/Primitives/InputBase.cs | 22 +- .../Core/Primitives/Selector.cs | 9 +- .../Core/Primitives/SelectorItem.cs | 24 +- .../Core/Primitives/ShapeBase.cs | 9 +- .../Core/Primitives/UpDownBase.cs | 191 +- .../Core/Primitives/ValueRangeTextBox.cs | 9 +- .../Core/PropertyChangedEventArgs.cs | 9 +- .../Core/PropertyChangedEventHandler.cs | 9 +- .../Core/QueryTextFromValueEventArgs.cs | 9 +- .../Core/QueryValueFromTextEventArgs.cs | 9 +- .../Core/Themes/ResourceKeys.cs | 9 +- .../Core/Themes/StaticResourceKey.cs | 9 +- .../Core/UIElementAdorner.cs | 9 +- .../Core/Utilities/CalculatorUtilities.cs | 9 +- .../Core/Utilities/ColorUtilities.cs | 9 +- .../Core/Utilities/ContextMenuUtilities.cs | 9 +- .../Core/Utilities/DoubleHelper.cs | 9 +- .../Core/Utilities/EllipseHelper.cs | 9 +- .../Core/Utilities/KeyboardUtilities.cs | 33 + .../Utilities/NotifyPropertyChangedHelper.cs | 9 +- .../Core/Utilities/PointHelper.cs | 9 +- .../Core/Utilities/RectHelper.cs | 9 +- .../Core/Utilities/ReflectionHelper.cs | 9 +- .../Core/Utilities/ResourceHelper.cs | 9 +- .../Core/Utilities/RoutedEventHelper.cs | 70 + .../Core/Utilities/Segment.cs | 9 +- .../Core/Utilities/TreeHelper.cs | 9 +- .../Core/Utilities/ValueChangeHelper.cs | 9 +- .../Core/Utilities/VisualTreeHelperEx.cs | 11 +- .../Implementation/DateTimePicker.cs | 106 +- .../DateTimePicker/Themes/Generic.xaml | 21 +- .../Implementation/DateTimeFormat.cs | 9 +- .../Implementation/DateTimeInfo.cs | 9 +- .../Implementation/DateTimeParser.cs | 17 +- .../Implementation/DateTimePart.cs | 9 +- .../Implementation/DateTimeUpDown.cs | 112 +- .../DateTimeUpDown/Themes/Generic.xaml | 9 +- .../Implementation/DropDownButton.cs | 86 +- .../DropDownButton/Themes/Generic.xaml | 11 +- ...rderThicknessToStrokeThicknessConverter.cs | 9 +- .../Converters/RadiusConverter.cs | 9 +- .../Magnifier/Implementation/FrameType.cs | 9 +- .../Magnifier/Implementation/Magnifier.cs | 41 +- .../Implementation/MagnifierAdorner.cs | 19 +- .../Implementation/MagnifierManager.cs | 9 +- .../Magnifier/Themes/Generic.xaml | 9 +- .../AutoCompletingMaskEventArgs.cs | 9 +- .../Implementation/InsertKeyModeEnum.cs | 9 +- .../Implementation/MaskFormatEnum.cs | 9 +- .../Implementation/MaskedTextBox.cs | 9 +- .../MessageBox/Implementation/MessageBox.cs | 67 +- .../Implementation/VisualStates.MessageBox.cs | 9 +- .../MessageBox/Themes/Generic.xaml | 9 +- .../Implementation/MultiLineTextEditor.cs | 33 +- .../MultiLineTextEditor/Themes/Generic.xaml | 11 +- .../AllowedSpecialValuesEnum.cs | 31 + .../Implementation/ByteUpDown.cs | 13 +- .../Implementation/CommonNumericUpDown.cs | 114 +- .../Implementation/DecimalUpDown.cs | 13 +- .../Implementation/DoubleUpDown.cs | 87 +- .../Implementation/IntegerUpDown.cs | 13 +- .../Implementation/LongUpDown.cs | 13 +- .../Implementation/NumericUpDown.cs | 105 +- .../Implementation/SByteUpDown.cs | 13 +- .../Implementation/ShortUpDown.cs | 13 +- .../Implementation/SingleUpDown.cs | 87 +- .../Implementation/UIntegerUpDown.cs | 13 +- .../Implementation/ULongUpDown.cs | 13 +- .../Implementation/UShortUpDown.cs | 13 +- .../NumericUpDown/Themes/Generic.xaml | 11 +- .../Implementation/MaskedTextBox.cs | 21 +- .../Panels/AnimationPanel.cs | 1875 +++++++++++++++++ .../Panels/AnimatorConverter.cs | 144 ++ .../Src/Xceed.Wpf.Toolkit/Panels/Animators.cs | 581 +++++ .../Panels/ChildEnteredEventArgs.cs | 61 + .../Panels/ChildEnteredEventHandler.cs | 20 + .../Panels/ChildEnteringEventArgs.cs | 80 + .../Panels/ChildEnteringEventHandler.cs | 20 + .../Panels/ChildExitedEventArgs.cs | 46 + .../Panels/ChildExitedEventHandler.cs | 20 + .../Panels/ChildExitingEventArgs.cs | 80 + .../Panels/ChildExitingEventHandler.cs | 20 + .../Panels/DoubleAnimator.cs | 80 + .../Panels/IterativeAnimator.cs | 78 + .../Src/Xceed.Wpf.Toolkit/Panels/PanelBase.cs | 31 + .../Xceed.Wpf.Toolkit/Panels/RandomPanel.cs | 214 ++ .../Xceed.Wpf.Toolkit/Panels/ScrollHelper.cs | 73 + .../Xceed.Wpf.Toolkit/Panels/SwitchPanel.cs | 1383 ++++++++++++ .../Panels/SwitchPresenter.cs | 322 +++ .../Panels/SwitchTemplate.cs | 69 + .../Src/Xceed.Wpf.Toolkit/Panels/WrapPanel.cs | 284 +++ .../Pie/Implementation/Pie.cs | 9 +- .../Pie/Implementation/PieModeEnum.cs | 9 +- .../Properties/AssemblyInfo.cs | 10 +- .../Attributes/ExpandableObjectAttribute.cs | 9 +- .../Implementation/Attributes/IItemsSource.cs | 9 +- .../Attributes/ItemsSourceAttribute.cs | 9 +- .../Attributes/PropertyOrderAttribute.cs | 9 +- .../Commands/PropertyGridCommands.cs | 9 +- .../Commands/PropertyItemCommands.cs | 9 +- .../ExpandableObjectMarginConverter.cs | 9 +- .../Converters/SelectedObjectConverter.cs | 9 +- .../ValueSourceToImagePathConverter.cs | 67 - .../ValueSourceToToolTipConverter.cs | 61 - .../DescriptorPropertyDefinition.cs | 232 ++ .../DescriptorPropertyDefinitionBase.cs | 543 +++++ .../Implementation/EditorDefinition.cs | 9 +- .../EditorDefinitionCollection.cs | 9 +- .../Implementation/Editors/CheckBoxEditor.cs | 9 +- .../Editors/CollectionEditor.xaml | 9 +- .../Editors/CollectionEditor.xaml.cs | 13 +- .../Implementation/Editors/ColorEditor.cs | 9 +- .../Implementation/Editors/ComboBoxEditor.cs | 9 +- .../Editors/EnumComboBoxEditor.cs | 34 +- .../Editors/FontComboBoxEditor.cs | 9 +- .../Implementation/Editors/ITypeEditor.cs | 9 +- .../Editors/ItemsSourceAttributeEditor.cs | 9 +- .../Editors/PrimitiveTypeCollectionEditor.cs | 13 +- .../Implementation/Editors/TextBlockEditor.cs | 9 +- .../Implementation/Editors/TextBoxEditor.cs | 9 +- .../Implementation/Editors/TimeSpanEditor.cs | 9 +- .../Implementation/Editors/TypeEditor.cs | 13 +- .../Implementation/Editors/UpDownEditors.cs | 27 +- .../Implementation/IPropertyDefinition.cs | 41 + .../Implementation/IPropertyParent.cs | 19 +- .../Implementation/PropertyDefinition.cs | 9 +- .../PropertyDefinitionCollection.cs | 9 +- .../Implementation/PropertyGrid.cs | 106 +- .../Implementation/PropertyGridUtilities.cs | 187 +- .../Implementation/PropertyItem.cs | 481 ++--- .../Implementation/PropertyItemCollection.cs | 50 +- .../PropertyGrid/Themes/Generic.xaml | 44 +- .../RichTextBox/Formatters/ITextFormatter.cs | 9 +- .../Formatters/PlainTextFormatter.cs | 9 +- .../RichTextBox/Formatters/RtfFormatter.cs | 9 +- .../RichTextBox/Formatters/XamlFormatter.cs | 9 +- .../RichTextBox/RichTextBox.cs | 9 +- .../IRichTextBoxFormatBar.cs | 9 +- .../RichTextBoxFormatBar.xaml | 29 +- .../RichTextBoxFormatBar.xaml.cs | 9 +- .../RichTextBoxFormatBarManager.cs | 68 +- .../SplitButton/Implementation/SplitButton.cs | 9 +- .../SplitButton/Themes/Generic.xaml | 11 +- .../Themes/Aero.NormalColor.xaml | 13 +- .../Themes/Aero/Brushes_NormalColor.xaml | 9 +- .../Themes/Aero/Buttons_NormalColor.xaml | 9 +- .../Src/Xceed.Wpf.Toolkit/Themes/Generic.xaml | 71 +- .../Themes/Generic/Brushes.xaml | 9 +- .../Themes/Generic/Buttons.xaml | 9 +- .../Themes/Generic/Common.xaml | 34 +- .../Themes/Generic/Glyphs.xaml | 9 +- .../TimePicker/Implementation/TimeFormat.cs | 9 +- .../TimePicker/Implementation/TimeItem.cs | 9 +- .../TimePicker/Implementation/TimePicker.cs | 262 ++- .../TimePicker/Themes/Generic.xaml | 19 +- .../Implementation/DateElement.cs | 9 +- .../Implementation/OverlapBehavior.cs | 9 +- .../Implementation/TimelinePanel.cs | 9 +- .../Src/Xceed.Wpf.Toolkit/VisualStates.cs | 9 +- .../Implementation/WatermarkTextBox.cs | 9 +- .../WatermarkTextBox/Themes/Generic.xaml | 9 +- .../Wizard/Implementation/Wizard.cs | 9 +- .../Wizard/Implementation/WizardCommands.cs | 9 +- .../Wizard/Implementation/WizardPage.cs | 9 +- .../WizardPageButtonVisibility.cs | 9 +- .../Wizard/Implementation/WizardPageType.cs | 9 +- .../Wizard/Themes/Generic.xaml | 9 +- ...tended.csproj => Xceed.Wpf.Toolkit.csproj} | 64 +- .../Zoombox/Themes/Generic.xaml | 9 +- .../Src/Xceed.Wpf.Toolkit/Zoombox/Zoombox.cs | 9 +- .../Zoombox/ZoomboxCursors.cs | 9 +- .../Xceed.Wpf.Toolkit/Zoombox/ZoomboxView.cs | 9 +- .../Zoombox/ZoomboxViewChangedEventArgs.cs | 9 +- .../Zoombox/ZoomboxViewChangedEventHandler.cs | 9 +- .../Zoombox/ZoomboxViewConverter.cs | 9 +- .../Zoombox/ZoomboxViewException.cs | 9 +- .../Zoombox/ZoomboxViewFinderDisplay.cs | 9 +- .../Zoombox/ZoomboxViewKind.cs | 9 +- .../Zoombox/ZoomboxViewStack.cs | 9 +- .../Zoombox/ZoomboxViewStackMode.cs | 9 +- .../Zoombox/ZoomboxZoomOn.cs | 9 +- ...edWPFToolkit.sln => Xceed.Wpf.Toolkit.sln} | 184 +- .../Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs | 11 +- .../AssemblyVersionInfoCommon.cs | 9 +- .../Implementation/AutoSelectBehaviorEnum.cs | 9 +- .../Implementation/AutoSelectTextBox.cs | 9 +- .../Implementation/QueryMoveFocusEventArgs.cs | 9 +- .../Implementation/BusyIndicator.cs | 9 +- .../VisualStates.BusyIndicator.cs | 9 +- .../BusyIndicator/Themes/Generic.xaml | 9 +- .../Implementation/ButtonSpinner.cs | 26 +- .../Implementation/SpinDirection.cs | 9 +- .../Implementation/SpinEventArgs.cs | 9 +- .../ButtonSpinner/Implementation/Spinner.cs | 9 +- .../Implementation/ValidSpinDirections.cs | 9 +- .../ButtonSpinner/Themes/Generic.xaml | 48 +- .../Calculator/Implementation/Calculator.cs | 25 +- .../Implementation/CalculatorCommands.cs | 9 +- .../Calculator/Themes/Generic.xaml | 9 +- .../Implementation/CalculatorUpDown.cs | 79 +- .../CalculatorUpDown/Themes/Generic.xaml | 15 +- .../Implementation/CheckComboBox.cs | 132 +- .../CheckComboBox/Themes/Generic.xaml | 15 +- .../Implementation/CheckListBox.cs | 9 +- .../CheckListBox/Themes/Generic.xaml | 9 +- .../ChildWindow/Implementation/ChildWindow.cs | 9 +- .../Implementation/WindowStartupLocation.cs | 9 +- .../ChildWindow/Implementation/WindowState.cs | 9 +- .../ChildWindow/Themes/Generic.xaml | 9 +- .../Chromes/Implementation/ButtonChrome.cs | 9 +- .../Chromes/Themes/Generic.xaml | 9 +- .../Images/Delete16.png | Bin .../Implementation/CollectionControl.cs} | 43 +- .../CollectionControlDialog.xaml} | 17 +- .../CollectionControlDialog.xaml.cs | 28 +- .../PrimitiveTypeCollectionControl.cs} | 53 +- .../CollectionControl}/Themes/Generic.xaml | 27 +- .../ColorCanvas/Implementation/ColorCanvas.cs | 9 +- .../Implementation/ColorSpectrumSlider.cs | 9 +- .../ColorCanvas/Themes/Generic.xaml | 25 +- .../ColorPicker/Implementation/ColorItem.cs | 9 +- .../ColorPicker/Implementation/ColorPicker.cs | 80 +- .../ColorPicker/Themes/Generic.xaml | 9 +- .../CalculatorMemoryToVisibilityConverter.cs | 9 +- .../ColorToSolidColorBrushConverter.cs | 9 +- .../Core/Converters/InverseBoolConverter.cs | 9 +- .../Converters/ObjectTypeToNameConverter.cs | 9 +- .../Core/Converters/RoundedValueConverter.cs | 9 +- .../SolidColorBrushToColorConverter.cs | 9 +- .../TimeFormatToDateTimeFormatConverter.cs | 9 +- .../Converters/VisibilityToBoolConverter.cs | 9 +- .../WizardPageButtonVisibilityConverter.cs | 9 +- .../Xceed.Wpf.Toolkit/Core/ErrorMessages.cs | 35 +- .../Xceed.Wpf.Toolkit/Core/ErrorMessages.resx | 18 + .../Core/IndexChangedEventArgs.cs | 9 +- .../Core/IndexChangedEventHandler.cs | 9 +- .../Core/Input/IValidateInput.cs | 11 +- .../Input/InputValidationErrorEventArgs.cs | 49 +- .../Core/Input/KeyModifier.cs | 9 +- .../Core/Input/KeyModifierCollection.cs | 9 +- .../Input/KeyModifierCollectionConverter.cs | 9 +- .../Core/InvalidContentException.cs | 9 +- .../Core/InvalidTemplateException.cs | 9 +- .../Core/Media/Animation/AnimationRate.cs | 346 +++ .../Media/Animation/AnimationRateConverter.cs | 120 ++ .../Animation/IterativeAnimationEquation.cs | 49 + .../IterativeAnimationEquationDelegate.cs | 22 + .../Animation/IterativeEquationConverter.cs | 145 ++ .../Core/Media/Animation/PennerEquation.cs | 54 + .../Core/Media/Animation/PennerEquations.cs | 851 ++++++++ .../Core/Primitives/CachedTextInfo.cs | 9 +- .../Core/Primitives/HsvColor.cs | 9 +- .../Core/Primitives/InputBase.cs | 22 +- .../Core/Primitives/Selector.cs | 9 +- .../Core/Primitives/SelectorItem.cs | 24 +- .../Core/Primitives/ShapeBase.cs | 9 +- .../Core/Primitives/UpDownBase.cs | 191 +- .../Core/Primitives/ValueRangeTextBox.cs | 9 +- .../Core/PropertyChangedEventArgs.cs | 9 +- .../Core/PropertyChangedEventHandler.cs | 9 +- .../Core/QueryTextFromValueEventArgs.cs | 9 +- .../Core/QueryValueFromTextEventArgs.cs | 9 +- .../Core/Themes/ResourceKeys.cs | 9 +- .../Core/Themes/StaticResourceKey.cs | 9 +- .../Core/UIElementAdorner.cs | 9 +- .../Core/Utilities/CalculatorUtilities.cs | 9 +- .../Core/Utilities/ColorUtilities.cs | 9 +- .../Core/Utilities/ContextMenuUtilities.cs | 9 +- .../Core/Utilities/DoubleHelper.cs | 9 +- .../Core/Utilities/EllipseHelper.cs | 9 +- .../Core/Utilities/KeyboardUtilities.cs | 33 + .../Utilities/NotifyPropertyChangedHelper.cs | 9 +- .../Core/Utilities/PointHelper.cs | 9 +- .../Core/Utilities/RectHelper.cs | 9 +- .../Core/Utilities/ReflectionHelper.cs | 9 +- .../Core/Utilities/ResourceHelper.cs | 9 +- .../Core/Utilities/RoutedEventHelper.cs | 70 + .../Core/Utilities/Segment.cs | 9 +- .../Core/Utilities/TreeHelper.cs | 9 +- .../Core/Utilities/ValueChangeHelper.cs | 9 +- .../Core/Utilities/VisualTreeHelperEx.cs | 11 +- .../Implementation/DateTimePicker.cs | 106 +- .../DateTimePicker/Themes/Generic.xaml | 21 +- .../Implementation/DateTimeFormat.cs | 9 +- .../Implementation/DateTimeInfo.cs | 9 +- .../Implementation/DateTimeParser.cs | 17 +- .../Implementation/DateTimePart.cs | 9 +- .../Implementation/DateTimeUpDown.cs | 112 +- .../DateTimeUpDown/Themes/Generic.xaml | 9 +- .../Implementation/DropDownButton.cs | 86 +- .../DropDownButton/Themes/Generic.xaml | 11 +- ...rderThicknessToStrokeThicknessConverter.cs | 9 +- .../Converters/RadiusConverter.cs | 9 +- .../Magnifier/Implementation/FrameType.cs | 9 +- .../Magnifier/Implementation/Magnifier.cs | 41 +- .../Implementation/MagnifierAdorner.cs | 19 +- .../Implementation/MagnifierManager.cs | 9 +- .../Magnifier/Themes/Generic.xaml | 9 +- .../AutoCompletingMaskEventArgs.cs | 9 +- .../Implementation/InsertKeyModeEnum.cs | 9 +- .../Implementation/MaskFormatEnum.cs | 9 +- .../Implementation/MaskedTextBox.cs | 9 +- .../MessageBox/Implementation/MessageBox.cs | 67 +- .../Implementation/VisualStates.MessageBox.cs | 9 +- .../MessageBox/Themes/Generic.xaml | 9 +- .../Implementation/MultiLineTextEditor.cs | 33 +- .../MultiLineTextEditor/Themes/Generic.xaml | 11 +- .../AllowedSpecialValuesEnum.cs | 31 + .../Implementation/ByteUpDown.cs | 13 +- .../Implementation/CommonNumericUpDown.cs | 112 +- .../Implementation/DecimalUpDown.cs | 13 +- .../Implementation/DoubleUpDown.cs | 87 +- .../Implementation/IntegerUpDown.cs | 13 +- .../Implementation/LongUpDown.cs | 13 +- .../Implementation/NumericUpDown.cs | 105 +- .../Implementation/SByteUpDown.cs | 13 +- .../Implementation/ShortUpDown.cs | 13 +- .../Implementation/SingleUpDown.cs | 87 +- .../Implementation/UIntegerUpDown.cs | 13 +- .../Implementation/ULongUpDown.cs | 13 +- .../Implementation/UShortUpDown.cs | 13 +- .../NumericUpDown/Themes/Generic.xaml | 11 +- .../Implementation/MaskedTextBox.cs | 21 +- .../Panels/AnimationPanel.cs | 1875 +++++++++++++++++ .../Panels/AnimatorConverter.cs | 144 ++ .../Src/Xceed.Wpf.Toolkit/Panels/Animators.cs | 581 +++++ .../Panels/ChildEnteredEventArgs.cs | 61 + .../Panels/ChildEnteredEventHandler.cs | 20 + .../Panels/ChildEnteringEventArgs.cs | 80 + .../Panels/ChildEnteringEventHandler.cs | 20 + .../Panels/ChildExitedEventArgs.cs | 46 + .../Panels/ChildExitedEventHandler.cs | 20 + .../Panels/ChildExitingEventArgs.cs | 80 + .../Panels/ChildExitingEventHandler.cs | 20 + .../Panels/DoubleAnimator.cs | 80 + .../Panels/IterativeAnimator.cs | 78 + .../Src/Xceed.Wpf.Toolkit/Panels/PanelBase.cs | 31 + .../Xceed.Wpf.Toolkit/Panels/RandomPanel.cs | 214 ++ .../Xceed.Wpf.Toolkit/Panels/ScrollHelper.cs | 73 + .../Xceed.Wpf.Toolkit/Panels/SwitchPanel.cs | 1383 ++++++++++++ .../Panels/SwitchPresenter.cs | 322 +++ .../Panels/SwitchTemplate.cs | 69 + .../Src/Xceed.Wpf.Toolkit/Panels/WrapPanel.cs | 284 +++ .../Pie/Implementation/Pie.cs | 9 +- .../Pie/Implementation/PieModeEnum.cs | 9 +- .../Properties/AssemblyInfo.cs | 10 +- .../Attributes/ExpandableObjectAttribute.cs | 9 +- .../Implementation/Attributes/IItemsSource.cs | 9 +- .../Attributes/ItemsSourceAttribute.cs | 9 +- .../Attributes/PropertyOrderAttribute.cs | 9 +- .../Commands/PropertyGridCommands.cs | 9 +- .../Commands/PropertyItemCommands.cs | 9 +- .../ExpandableObjectMarginConverter.cs | 9 +- .../Converters/SelectedObjectConverter.cs | 9 +- .../ValueSourceToImagePathConverter.cs | 67 - .../ValueSourceToToolTipConverter.cs | 61 - .../DescriptorPropertyDefinition.cs | 232 ++ .../DescriptorPropertyDefinitionBase.cs | 543 +++++ .../Implementation/EditorDefinition.cs | 9 +- .../EditorDefinitionCollection.cs | 9 +- .../Implementation/Editors/CheckBoxEditor.cs | 9 +- .../Editors/CollectionEditor.xaml | 9 +- .../Editors/CollectionEditor.xaml.cs | 13 +- .../Implementation/Editors/ColorEditor.cs | 9 +- .../Implementation/Editors/ComboBoxEditor.cs | 9 +- .../Editors/EnumComboBoxEditor.cs | 34 +- .../Editors/FontComboBoxEditor.cs | 9 +- .../Implementation/Editors/ITypeEditor.cs | 9 +- .../Editors/ItemsSourceAttributeEditor.cs | 9 +- .../Editors/PrimitiveTypeCollectionEditor.cs | 13 +- .../Implementation/Editors/TextBlockEditor.cs | 9 +- .../Implementation/Editors/TextBoxEditor.cs | 9 +- .../Implementation/Editors/TimeSpanEditor.cs | 9 +- .../Implementation/Editors/TypeEditor.cs | 13 +- .../Implementation/Editors/UpDownEditors.cs | 27 +- .../Implementation/IPropertyDefinition.cs | 41 + .../Implementation/IPropertyParent.cs | 19 +- .../Implementation/PropertyDefinition.cs | 9 +- .../PropertyDefinitionCollection.cs | 9 +- .../Implementation/PropertyGrid.cs | 106 +- .../Implementation/PropertyGridUtilities.cs | 187 +- .../Implementation/PropertyItem.cs | 481 ++--- .../Implementation/PropertyItemCollection.cs | 50 +- .../PropertyGrid/Themes/Generic.xaml | 44 +- .../RichTextBox/Formatters/ITextFormatter.cs | 9 +- .../Formatters/PlainTextFormatter.cs | 9 +- .../RichTextBox/Formatters/RtfFormatter.cs | 9 +- .../RichTextBox/Formatters/XamlFormatter.cs | 9 +- .../RichTextBox/RichTextBox.cs | 9 +- .../IRichTextBoxFormatBar.cs | 9 +- .../RichTextBoxFormatBar.xaml | 29 +- .../RichTextBoxFormatBar.xaml.cs | 9 +- .../RichTextBoxFormatBarManager.cs | 66 +- .../SplitButton/Implementation/SplitButton.cs | 9 +- .../SplitButton/Themes/Generic.xaml | 11 +- .../Themes/Aero.NormalColor.xaml | 13 +- .../Themes/Aero/Brushes_NormalColor.xaml | 9 +- .../Themes/Aero/Buttons_NormalColor.xaml | 9 +- .../Src/Xceed.Wpf.Toolkit/Themes/Generic.xaml | 71 +- .../Themes/Generic/Brushes.xaml | 9 +- .../Themes/Generic/Buttons.xaml | 9 +- .../Themes/Generic/Common.xaml | 34 +- .../Themes/Generic/Glyphs.xaml | 9 +- .../TimePicker/Implementation/TimeFormat.cs | 9 +- .../TimePicker/Implementation/TimeItem.cs | 9 +- .../TimePicker/Implementation/TimePicker.cs | 262 ++- .../TimePicker/Themes/Generic.xaml | 19 +- .../Implementation/DateElement.cs | 9 +- .../Implementation/OverlapBehavior.cs | 9 +- .../Implementation/TimelinePanel.cs | 9 +- .../Src/Xceed.Wpf.Toolkit/VisualStates.cs | 9 +- .../Implementation/WatermarkTextBox.cs | 9 +- .../WatermarkTextBox/Themes/Generic.xaml | 9 +- .../Wizard/Implementation/Wizard.cs | 9 +- .../Wizard/Implementation/WizardCommands.cs | 9 +- .../Wizard/Implementation/WizardPage.cs | 9 +- .../WizardPageButtonVisibility.cs | 9 +- .../Wizard/Implementation/WizardPageType.cs | 9 +- .../Wizard/Themes/Generic.xaml | 9 +- ...tended.csproj => Xceed.Wpf.Toolkit.csproj} | 64 +- .../Zoombox/Themes/Generic.xaml | 9 +- .../Src/Xceed.Wpf.Toolkit/Zoombox/Zoombox.cs | 9 +- .../Zoombox/ZoomboxCursors.cs | 9 +- .../Xceed.Wpf.Toolkit/Zoombox/ZoomboxView.cs | 9 +- .../Zoombox/ZoomboxViewChangedEventArgs.cs | 9 +- .../Zoombox/ZoomboxViewChangedEventHandler.cs | 9 +- .../Zoombox/ZoomboxViewConverter.cs | 9 +- .../Zoombox/ZoomboxViewException.cs | 9 +- .../Zoombox/ZoomboxViewFinderDisplay.cs | 9 +- .../Zoombox/ZoomboxViewKind.cs | 9 +- .../Zoombox/ZoomboxViewStack.cs | 9 +- .../Zoombox/ZoomboxViewStackMode.cs | 9 +- .../Zoombox/ZoomboxZoomOn.cs | 9 +- ...edWPFToolkit.sln => Xceed.Wpf.Toolkit.sln} | 2 +- 1120 files changed, 24915 insertions(+), 8433 deletions(-) create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Converters/FormatStringToVisibilityConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Converters/IntToBoolConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/UniqueIDCellValidationRule.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Converters/ComboBoxToVisibilityConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/AnimatedTimelinePanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/AutoStretchStackPanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/CameraPanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Canvas.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Carousel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/DockPanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Grid.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/PerspectivePanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/RadialCanvas.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/RelativeCanvas.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/StackPanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/StackedStackPanel.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/PanelsModule.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Properties/AssemblyInfo.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Samples.Modules.Panels.csproj create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelNavItem.xaml create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelNavItem.xaml.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelView.xaml create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelView.xaml.cs rename ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/{MultiLineTextEditor.xaml => MultiLineTextEditorView.xaml} (100%) rename ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/{MultiLineTextEditor.xaml.cs => MultiLineTextEditorView.xaml.cs} (87%) create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Images/NoPicture.png create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Images/NoPictureA.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Images/NoPictureB.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Images/NoPictureC.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Images/NoPictureD.jpg create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Images/Working.png create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Properties/AssemblyInfo.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Samples.Modules.Themes.csproj create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/ThemesModule.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Views/HomeView.xaml create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Views/HomeView.xaml.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Views/NavigationView.xaml create mode 100644 ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Themes/Views/NavigationView.xaml.cs rename ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/{CollectionEditors => CollectionControl}/Images/Delete16.png (100%) rename ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/{CollectionEditors/Implementation/CollectionEditor.cs => CollectionControl/Implementation/CollectionControl.cs} (80%) rename ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/{CollectionEditors/Implementation/CollectionEditorDialog.xaml => CollectionControl/Implementation/CollectionControlDialog.xaml} (68%) rename ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml.cs => ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml.cs (67%) rename ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/{CollectionEditors/Implementation/PrimitiveTypeCollectionEditor.cs => CollectionControl/Implementation/PrimitiveTypeCollectionControl.cs} (71%) rename {ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors => ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl}/Themes/Generic.xaml (89%) create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/AnimationRate.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/AnimationRateConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/IterativeAnimationEquation.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/IterativeAnimationEquationDelegate.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/IterativeEquationConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/PennerEquation.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/PennerEquations.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Utilities/KeyboardUtilities.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Core/Utilities/RoutedEventHelper.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/NumericUpDown/Implementation/AllowedSpecialValuesEnum.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/AnimationPanel.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/AnimatorConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/Animators.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteredEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteredEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteringEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteringEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildExitedEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildExitedEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildExitingEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ChildExitingEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/DoubleAnimator.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/IterativeAnimator.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/PanelBase.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/RandomPanel.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/ScrollHelper.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/SwitchPanel.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/SwitchPresenter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/SwitchTemplate.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Panels/WrapPanel.cs delete mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/Converters/ValueSourceToImagePathConverter.cs delete mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/Converters/ValueSourceToToolTipConverter.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/DescriptorPropertyDefinition.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/DescriptorPropertyDefinitionBase.cs create mode 100644 ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/IPropertyDefinition.cs rename ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/{WPFToolkit.Extended.csproj => Xceed.Wpf.Toolkit.csproj} (87%) rename ExtendedWPFToolkitSolution/{ExtendedWPFToolkit.sln => Xceed.Wpf.Toolkit.sln} (58%) rename ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/{CollectionEditors => CollectionControl}/Images/Delete16.png (100%) rename ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/{CollectionEditors/Implementation/CollectionEditor.cs => CollectionControl/Implementation/CollectionControl.cs} (80%) rename ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/{CollectionEditors/Implementation/CollectionEditorDialog.xaml => CollectionControl/Implementation/CollectionControlDialog.xaml} (68%) rename ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml.cs => ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml.cs (67%) rename ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/{CollectionEditors/Implementation/PrimitiveTypeCollectionEditor.cs => CollectionControl/Implementation/PrimitiveTypeCollectionControl.cs} (71%) rename {ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors => ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionControl}/Themes/Generic.xaml (89%) create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/AnimationRate.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/AnimationRateConverter.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/IterativeAnimationEquation.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/IterativeAnimationEquationDelegate.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/IterativeEquationConverter.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/PennerEquation.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Media/Animation/PennerEquations.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Utilities/KeyboardUtilities.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Core/Utilities/RoutedEventHelper.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/NumericUpDown/Implementation/AllowedSpecialValuesEnum.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/AnimationPanel.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/AnimatorConverter.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/Animators.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteredEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteredEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteringEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildEnteringEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildExitedEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildExitedEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildExitingEventArgs.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ChildExitingEventHandler.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/DoubleAnimator.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/IterativeAnimator.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/PanelBase.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/RandomPanel.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/ScrollHelper.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/SwitchPanel.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/SwitchPresenter.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/SwitchTemplate.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/Panels/WrapPanel.cs delete mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/Converters/ValueSourceToImagePathConverter.cs delete mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/Converters/ValueSourceToToolTipConverter.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/DescriptorPropertyDefinition.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/DescriptorPropertyDefinitionBase.cs create mode 100644 ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/PropertyGrid/Implementation/IPropertyDefinition.cs rename ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/{WPFToolkit.Extended.csproj => Xceed.Wpf.Toolkit.csproj} (87%) rename ExtendedWPFToolkitSolution_35/{ExtendedWPFToolkit.sln => Xceed.Wpf.Toolkit.sln} (80%) diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Samples.Modules.BusyIndicator.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Samples.Modules.BusyIndicator.csproj index a491c78b..e7559aab 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Samples.Modules.BusyIndicator.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Samples.Modules.BusyIndicator.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Views/BusyIndicatorView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Views/BusyIndicatorView.xaml index 43fc12c3..62f55f6f 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Views/BusyIndicatorView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.BusyIndicator/Views/BusyIndicatorView.xaml @@ -58,7 +58,7 @@ - + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Samples.Modules.Button.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Samples.Modules.Button.csproj index 07a30103..9437879b 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Samples.Modules.Button.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Button/Samples.Modules.Button.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Converters/FormatStringToVisibilityConverter.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Converters/FormatStringToVisibilityConverter.cs new file mode 100644 index 00000000..395eab49 --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Converters/FormatStringToVisibilityConverter.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Windows.Data; +using System.Globalization; +using System.Windows; + +namespace Samples.Modules.Calculator.Converters +{ + class FormatStringToVisibilityConverter : IValueConverter + { + public object Convert( object value, Type targetType, object parameter, CultureInfo culture ) + { + //When FormatString received is empty, make the Precision property Visible. + //This is to prevent something like this: Precision = "5" AND FormatString = "C2". + if( string.IsNullOrEmpty( ( string )value ) ) + return Visibility.Visible; + return Visibility.Hidden; + } + + public object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture ) + { + throw new NotImplementedException(); + } + } +} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Samples.Modules.Calculator.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Samples.Modules.Calculator.csproj index afe7e919..596eb33a 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Samples.Modules.Calculator.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Samples.Modules.Calculator.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} @@ -66,6 +66,7 @@ + CalculatorNavItem.xaml diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Views/CalculatorUpDownView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Views/CalculatorUpDownView.xaml index bf17aecd..87cf55a2 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Views/CalculatorUpDownView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Calculator/Views/CalculatorUpDownView.xaml @@ -22,8 +22,13 @@ xmlns:sample="clr-namespace:Samples.Infrastructure.Controls;assembly=Samples.Infrastructure" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" Title="CalculatorUpDown" + xmlns:conv="clr-namespace:Samples.Modules.Calculator.Converters" Description="The CalculatorUpDown provides a TextBox with button spinners that allow incrementing and decrementing numeric values by using the spinner buttons, keyboard up/down arrows, or mouse wheel. It also provides a Calculator dropdown which allows you to perform mathematical calculations."> - + + + + + @@ -35,6 +40,7 @@ + @@ -42,21 +48,26 @@ - - - - - Currency - Fixed Point + + + + + + + + None + Currency + Fixed Point General Number - Percent + Percent - - - - - + + + + + + @@ -71,7 +82,8 @@ Minimum="{Binding Value, ElementName=_minimum}" Precision="{Binding Value, ElementName=_precision}" FormatString="{Binding SelectedItem.Tag, ElementName=_formatString}" - Watermark="{Binding Text, ElementName=_watermark}" /> + Watermark="{Binding Text, ElementName=_watermark}" + EnterClosesCalculator="{Binding IsChecked, ElementName=_enterClosesCalculator}"/> diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Samples.Modules.CheckLists.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Samples.Modules.CheckLists.csproj index 1c1495ad..92eb38eb 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Samples.Modules.CheckLists.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Samples.Modules.CheckLists.csproj @@ -40,9 +40,9 @@ ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Views/HomeView.xaml index 61eb908b..3e9b0c23 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.CheckLists/Views/HomeView.xaml @@ -46,17 +46,18 @@ + - - - - + + + + + Margin="5"/> + Margin="5"/> + Margin="5"/> + Margin="5"/> + Margin="5"/> + Margin="5"/> + IsChecked="{Binding IsDropDownOpen, ElementName=_checkComboBox}" /> + + + + + @@ -143,6 +160,7 @@ - + IsDropDownOpen="false" + MaxDropDownHeight="100"/> + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Converters/IntToBoolConverter.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Converters/IntToBoolConverter.cs new file mode 100644 index 00000000..ea77743e --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Converters/IntToBoolConverter.cs @@ -0,0 +1,27 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Windows.Data; +using System.Globalization; + +namespace Samples.Modules.ChildWindow.Converters +{ + class IntToBoolConverter : IValueConverter + { + public object Convert( object value, Type targetType, object parameter, CultureInfo culture ) + { + int intReceived = (int)value; + + if( intReceived == 1 ) + return false; + else + return true; + } + + public object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture ) + { + throw new NotImplementedException(); + } + } +} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Samples.Modules.ChildWindow.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Samples.Modules.ChildWindow.csproj index 38ddac54..8b38c906 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Samples.Modules.ChildWindow.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Samples.Modules.ChildWindow.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} @@ -76,6 +76,7 @@ NavigationView.xaml + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Views/HomeView.xaml index aabbdf21..d7ae1097 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.ChildWindow/Views/HomeView.xaml @@ -22,10 +22,13 @@ xmlns:sample="clr-namespace:Samples.Infrastructure.Controls;assembly=Samples.Infrastructure" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:sys="clr-namespace:System;assembly=mscorlib" + xmlns:conv="clr-namespace:Samples.Modules.ChildWindow.Converters" Title="ChildWindow" Description="The ChildWindow can be used to create a window that is displayed within the bounds of a specific parent container."> + + @@ -64,26 +67,26 @@ - + - - + - - + + - - + + - False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Views/HomeView.xaml index fd2e7bae..241bafbf 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Color/Views/HomeView.xaml @@ -23,6 +23,16 @@ xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" Title="Color Controls" Description="The ColorCanvas and ColorPicker controls allow the user to input a color. Not shown in the sample are the ColorPicker's Available, Standard and Recent color lists, which are entirely customizable."> + + + @@ -68,13 +78,13 @@ HorizontalAlignment="Stretch" Orientation="Horizontal" > - + - + - + - + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Samples.Modules.DataGrid.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Samples.Modules.DataGrid.csproj index bdaad47d..4eaeeaf9 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Samples.Modules.DataGrid.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Samples.Modules.DataGrid.csproj @@ -61,6 +61,7 @@ Code + FullVersion.xaml @@ -78,6 +79,10 @@ + + {72E591D6-8F83-4D8C-8F67-9C325E623234} + Xceed.Wpf.Toolkit + {63648392-6CE9-4A60-96D4-F9FD718D29B0} Xceed.Wpf.DataGrid diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/UniqueIDCellValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/UniqueIDCellValidationRule.cs new file mode 100644 index 00000000..7c8e29fe --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/UniqueIDCellValidationRule.cs @@ -0,0 +1,60 @@ +/************************************************************************ + + Extended WPF Toolkit + + Copyright (C) 2010-2012 Xceed Software Inc. + + This program is provided to you under the terms of the Microsoft Public + License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license + + This program can be provided to you by Xceed Software Inc. under a + proprietary commercial license agreement for use in non-Open Source + projects. The commercial version of Extended WPF Toolkit also includes + priority technical support, commercial updates, and many additional + useful WPF controls if you license Xceed Business Suite for WPF. + + Visit http://xceed.com and follow @datagrid on Twitter. + + **********************************************************************/ + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using Xceed.Wpf.DataGrid.ValidationRules; +using System.Windows.Controls; +using System.Globalization; +using Xceed.Wpf.DataGrid; +using System.Data; + +namespace Samples.Modules.DataGrid +{ + public class UniqueIDCellValidationRule : CellValidationRule + { + public UniqueIDCellValidationRule() + { + } + + public override ValidationResult Validate( object value, CultureInfo culture, CellValidationContext context ) + { + // Get the DataItem from the context and cast it to a DataRow + DataRowView dataRowView = context.DataItem as DataRowView; + + // Convert the value to a long to make sure it is numerical. + // When the value is not numerical, then an InvalidFormatException will be thrown. + // We let it pass unhandled to demonstrate that an exception can be thrown when validating + // and the grid will handle it nicely. + long id = Convert.ToInt64( value, CultureInfo.CurrentCulture ); + + // Try to find another row with the same ID + System.Data.DataRow[] existingRows = dataRowView.Row.Table.Select( context.Cell.FieldName + "=" + id.ToString( CultureInfo.InvariantCulture ) ); + + // If a row is found, we return an error + if( ( existingRows.Length != 0 ) && ( existingRows[ 0 ] != dataRowView.Row ) ) + return new ValidationResult( false, "The value must be unique" ); + + // If no row was found, we return a ValidResult + return ValidationResult.ValidResult; + } + } +} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Views/HomeView.xaml index 676e3cf8..98352f54 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DataGrid/Views/HomeView.xaml @@ -23,6 +23,7 @@ xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" xmlns:compModel="clr-namespace:System.ComponentModel;assembly=WindowsBase" + xmlns:local="clr-namespace:Samples.Modules.DataGrid" Title="DataGrid" x:Name="_demo"> @@ -50,6 +51,16 @@ Note: The datagrid included in Xceed Extended WPF Toolkit Plus contains a subset + + + + + + + + + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Samples.Modules.DateTime.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Samples.Modules.DateTime.csproj index 24dd2df3..54ad641c 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Samples.Modules.DateTime.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Samples.Modules.DateTime.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Views/HomeView.xaml index e54d3bf2..3e809803 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.DateTime/Views/HomeView.xaml @@ -34,7 +34,12 @@ - + + + + + + @@ -45,34 +50,47 @@ - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - + + + + + + - + + + + + + + + + + @@ -102,13 +120,13 @@ - + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Samples.Modules.Magnifier.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Samples.Modules.Magnifier.csproj index e5baed58..ad9f1842 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Samples.Modules.Magnifier.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Samples.Modules.Magnifier.csproj @@ -40,9 +40,9 @@ ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Views/HomeView.xaml index 9d90d91f..8cdf1e5f 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Magnifier/Views/HomeView.xaml @@ -58,7 +58,7 @@ - + @@ -76,7 +76,6 @@ - - diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.MessageBox/Samples.Modules.MessageBox.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.MessageBox/Samples.Modules.MessageBox.csproj index cb22cc89..5bd2ec09 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.MessageBox/Samples.Modules.MessageBox.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.MessageBox/Samples.Modules.MessageBox.csproj @@ -40,9 +40,9 @@ ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Samples.Modules.Numeric.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Samples.Modules.Numeric.csproj index c8047b8a..0ea3e3fe 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Samples.Modules.Numeric.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Samples.Modules.Numeric.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml index 8a1cd2c4..9f23e579 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml @@ -21,7 +21,49 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sample="clr-namespace:Samples.Infrastructure.Controls;assembly=Samples.Infrastructure" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" - Title="Numeric Controls"> + xmlns:sys="clr-namespace:System;assembly=mscorlib" + xmlns:local="clr-namespace:Samples.Modules.Numeric.Views" + Title="Numeric Controls" + x:Name="_demo"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + Infinity and -Infinity input will not be accepted if Maximum and/or Minimum values does not allow them. + HexNumber is not a valid choice when used with a DoubleUpDown (current control used in this sample). It will work with the following controls: IntegerUpDown, ByteUpDown, LongUpDown, and ShortUpDown. + + + @@ -47,44 +89,87 @@ - + + + - - - + + + + + - - - Currency - Fixed Point - General - Number - Percent - - - + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml.cs index 7c085060..3b2f766b 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Numeric/Views/HomeView.xaml.cs @@ -19,6 +19,9 @@ using Microsoft.Practices.Prism.Regions; using Samples.Infrastructure.Controls; +using System.Collections.Generic; +using System.Globalization; +using System; namespace Samples.Modules.Numeric.Views { @@ -30,7 +33,36 @@ namespace Samples.Modules.Numeric.Views { public HomeView() { + this.Cultures = new List() { new CultureInfo( "en-US" ), + new CultureInfo("en-GB"), + new CultureInfo("fr-FR"), + new CultureInfo("ar-DZ"), + new CultureInfo("zh-CN"), + new CultureInfo("cs-CZ") }; + InitializeComponent(); } + + public List Cultures + { + get; + private set; + } + } + + + public class FormatObject + { + public string Value + { + get; + set; + } + + public string DisplayValue + { + get; + set; + } } } diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Converters/ComboBoxToVisibilityConverter.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Converters/ComboBoxToVisibilityConverter.cs new file mode 100644 index 00000000..055e79ea --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Converters/ComboBoxToVisibilityConverter.cs @@ -0,0 +1,29 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Windows.Data; +using System.Globalization; +using System.Windows; + +namespace Samples.Modules.Panels.Converters +{ + class ComboBoxToVisibilityConverter : IValueConverter + { + public object Convert( object value, Type targetType, object parameter, CultureInfo culture ) + { + if( ( value is int ) && ( parameter is string ) + && ( int )value == Int32.Parse( ( string )parameter ) ) + { + return Visibility.Visible; + } + + return Visibility.Collapsed; + } + + public object ConvertBack( object value, Type targetType, object parameter, CultureInfo culture ) + { + throw new NotImplementedException(); + } + } +} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/AnimatedTimelinePanel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/AnimatedTimelinePanel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..71165a01d822bc91927ca8aaf855ff06242e129d GIT binary patch literal 39305 zcmeFZ2UJt-x-J?;L_|f9A|RmBr72a4WGMmy0s_*7s0auM5u_86UjgaxOI2E=iiUD|MgeE_o)*sCw|@WzjiP_gE&rrHjW~gj$8&E zX1o%DZ z7zZ=wrE52jpEG^La@mVZ;pLm06C$@NTDi>z38IRRyAt`l5Nm)hp zx|+K7Z5>^`JNgFZ_bn`~tZi%^pExVHeJ{~_3a$~6Hx#dHLiJSGkh z7(^+dpPXfYm?>xm=#>S1@KBw1Vw`@Mijh#ro6IP8{PNeM!tPi1IX*lD`) z`8TR#EHae=!YTBt(&JVs3=rFW255nwz)se{(#=ff5-8%S!iPSiCEJylVepBTgbPer z1V2cIa{#aUsB5u-!x-9ga}Vt%+M+Kk@YeaqN9(BJu+pS;%oo}a0~Fb(G<&F8vPG3O zXMp~E`g?;rp(dIpKo@gqmp|kMQw1RmP--S(^6l(0mG?ln0Yc<+&R~Fa_d*z;@Q;Y? z)55 z?P=cMKRkl8qUvl8z8xCGU$)XI<`lKu6!PD7e1>^!; zJ?ur{TBWNkt)Rr7R!*M~RM^J3e|cO#=&`Z>C0)SpPUqsP;i+{?Xo@}gEd%s$V4Tto zOeeZOxLt~vaCfu`LYVB-x-rCiAB&zW36VwHls~qXJLY$-`g1)+vEs+~13uGt+cvP1 z@bhG4E#1oW9wS}-`p1{+oj)2V?0+o8OPXa4>#qpFJajgRfzhyXH;T{9s!EW*D{QN# zXae*5`uv9l3wy%=9Xmt5Hjj*CCoJ&LDVJ-jcefb3+< ztp)Xug*S~PUi~&`cMv-bUQeUknWowT3oM-6eVf1l#qrB(;A)D>+|*58?rPXO(z$En z%H`2L___?U^n>ut*2{vF-4(~3OV5$cF{g$2YQtvuA9;`k7$9^$QDOE(2glarBAfM2W1;`4VC+w92Ro1aA5F|(Ej6xna*_Teb?eRm6&MlghzS&8xihZ)^ zqVe=lE}E7A;Q#NS^baUS9-yB$A-N$!39vgvOnj3zp--0_RTdCxOxRVNnOc>dUmpGv z#nkPT)5m=f_(LtSzlbaRjYWalpE`K<9}=V>vO6KTV}hQqrRbKP*1mO=Y}gg_Rb^r+ z!~Hl)uAWPZB<($Brrgk}{FO5#hl(@*8q@Q|CZjDOTHj+(c8Fo%nruYQ+; zZ?agQ#Yb;+x=|smEB{a|{;P-tuc`0P1`WTpVfqnL!av){SpyXI0LOVGl}8NDB1;M{ zBR_%}ok?+IfLNp5Zn6C=&x?Ei>P3M^o#GL7$wWmikITnjaOwO(F(=J`BD+v-(!aw` zHZ+VNTtc+(5d7ZwV-*1N)Y`A{1n-cy)^^F)`L6nbmY$?7eINiJ?Qjht$S#r@ohgE zF>ZYMJorxx!9Gjaq7neslz;{X$fj`!DqlSM) z+J75bOik~U@NoQ|Zc{G5cCA2a>x)BlZnQMDU+b%MFUDhQB1ry6JIRFD-6@53 z)zlV#wTp-Qj5P3+`R{yuwsW#&pc(7BGSqC@Vghs)Q2f23bTtO(M>7LdjYAd8eQkLS zj=XyP!u`PF(J}*0D>q^?F1?}3%4jt`B-ZPkSAmqC4{`wxV}LrG(xEhg(S15kF$45P z3Gw&W%49no#787iT8j_yy`BM@TV;T#Xfope4BKi6Nj-H3^nPvGUO1 zIRTc@XG&Q%yQGoJTB3s+3q}-srt0eckxMhGN907AZR}H8@@XaDM+xKm9kbQ`-59Rb zo)ALcXYeUe!dQ}4niHJl=RMEq={%$<`i?@@xoECyGEE#e)cZ|P^`@#>`!#fZ)j547 zLOZ|GGvYDt{<>H(SU<&vK9GHsY=lRK21SIqjQXHX!i))pNL=6?F@!jRs7SY)EOAYA zUH8aIwB}v!?0L?qCDhETrtkWUtW>AFbU$l4!sbcbN2qrS#sCoF= zZZMK%n%vudze3$9mhN%Rqf~Nr%z=mzFZ_ALt8E^51h7q zeS6*j{ZVu|szYkqJieOie&&O~DJe{dt=SMsuI5o}AyWDNgw>$zmV40Nq&qSf`A@Aw zfX+Ywd;d4XemLg;PrTxPW{5mS5{w2WAIp;^{nrEM5i$43-X^TwI2))4zuhd`SS{to z)Y$mWZLiJgMNdkoK*cvj2QVzB6}+7xN5Y(~F(Ux!XtVZTuEC0{}P(<#0?7yr1~53i+9 zAy}v!6mxPK&N!)jCH*rw2FCzRL{HAsiei^XJT^s#9%l1Ib4!xCTq<9mVy|RNK7Lz| z^D-(GQ5I12dEk_Srn68SET=ciLVTfud+Usixlvt1de?9xx*lB_(~>PDe64G=NQz=; zQ&72@PeJ(XA^xclEjpoe)-8(E>MRG$zVHX^Z$#4j+0#D4=iG(FzWem`ERJ$0p^sJs2A!-eD*qXGwU1de&VlHU*h{%GPB|o zG7{|XzOeOuU-+ncorpMw7+3nl01X$GK~ho<0fb@+0&EX` zDxh_q47D>r#_82?ORGKhKOoys1?1r_MkSygMVU6a2iP`yI|C;rbN~4Lu21J%#9lw3G$(Zf9tt8rmU?#^+4zHpQdH#g+`Chu*wH^nZ;M!af(wD zDVh&{KEC?t1D+q=U+XVr@nJ4^ICSB`V2ro1t%I?2nnMFuMuL))$1|GDG<7}6PxCQ! z(gm;F75?7U8}@*ldFT?Z0#G7b)o5rezt#_-Y53P{&mUgL63+fO&M^*Oxm+It#zSJ! zSt>){u$?UuHC4mAlV$v4C#v;_q}>H_H(t0!3$PvQ(m(YkRyxh&^8$8^0TNa+;ek(q zPXHW<>G1Bz_$m(zwY!vFVcJ zw&`*(k!h&=n!8EsXd2o9o31(b;CtDXtFgAZi&A50;Hn2vwcl!IO&sNXc_q*Y?*3UP z5BuFpKd{nT6QOp)gsAZua4yPIPv^q)h)W4`S*Fg0v+O_C_WcemCcdiliq_~KGrsV= zHF;C;1tjlJ@`Q(rKEXfC$6f3@*aam-1rg2<4(%-5FHE*~abN4;deA%|FIqYm% zoyV65x6U0co0rbc$`N?PhB}%+&g4>iFkQcDuhYf7$SXfx%_nio%~f@MBu{kNFPUbe zoB6RTSegM^VQ(4BrkfZSb@*6~AP8pQc&izWK{{W6K&Oy2n3H}PrZS8wgPG!`s(D7m z8|vyC73ETEQT3ZSm3*dhq=f#uI*xPvd6>SG!{a({N4w{8V#-X$>(yNSMTe416Fsl_ zWtyconWGckmX)m~4O0+FyY6{*%v`1p^>0mexIn+1M-CyZ_LNfd}HNv z)Va@g_8#anYS%n+=dKE80e5@>pDAqHJGCi3^TK9c?^bSVQ%`x+tVw)wF;DE)ZNL^)k^70ZLr|{1;muC2uW(zQPIyzgL$8x=RT~b z2(4Pq3R3lnV4POO2dY{UggiJuz`bJG;4u)lt06tW6kyq>S64f%g#DB_FZNnrNZL8^ zUg7okm2vMz4CS;e2;rCx%y`wjN$YGl@NUUcD^1>y)O$na z;`}vr2_M`P9Hwsi`Auma$5T|k-2Hr`<6dWz$Dfx6Y1Obm@f4i!WMixP-5}<)h=n04 z80Dry;&;k7%W^h?+*Hjq3`_X-NN}X~;jN+bIR7-aV%h8_Ovl~Z6=z#Rbj%Iz#Wm+y z8e3b}_N^!B>v6N*lGUl^$uF+D@7W3wy6E82Y2H}8dtDta# zko#C)_po?1sINe=T)C(<-a60nP0wRarQ7#RPDURG9c=-SD%2mbsDNNbtStkPi(#D& zEiAq^fqn|ndSfq31XmP|g8IluWpmelrwdY5>dx0zSI2L&c1Q7#p6qtZ`;v0$Eh;Ne zX6TN8SN!?_S=FCzE`^dH$zg<;>Z<8-Y`KDD8YXqG(a7pGHR9hx|vYeJ3qw^0FSqG+R?0Zu(W>TxJ*&u!(`FL9#v-@by&$GeGX0 z5Nj)dDiR(5e!ttuZZL%xLu#@hIS3+ptWps_bcAVY=a9Tq)kT;cHv8 zAy1ZwLwtv&b1uFfZ=ahizzXN z;ww*_`x-A;HM>G;H;UGyhzM(1=I$k;%1*nj&g&S$wxHvDcXUSk;dD)rJA7ZgdNKQ9 z9cS|>b)RE{8TKPDN)_)4>D|%X$@rmsx+`1_lvuaJ5-aVNAnMItp5uj;hD zTK7tH--HNLHHpIO=Ujqm6_Z7CR`%DwOJx}7@)vYZx=eeHcs6Ti|r#kFE+GOmb0c0BQAk! z6@Hy4ms7fC8%M7wb;EKxKp+lNH#++lwy(LQ>R(9pcNR^3tS_4AzQ;C~(3QYB3m-;Q zwG@|6-webLL_=7VT{WFPtOglXcU2X)LytG5`}WNka@6ZPRlS~exS!&HJD;<|mLt#t z2N<9)EQGkcK1%pV>C(DLPPy}reDHz~4qS;8+2jb)7=q&`h35q*DvMyBmM zN;d~dX^^V?D~KUnLTIa%<+J}q*B+tWMYN)4w_gv0WA=8+5Gym=Er9ziv=6*sOUuTr zEq4eX9?yU{{wp^v@kY#U|2c|SmlpsW%GsMN8uC)CQZfUl{j6T&}9PM3ATxpWBH%JWC^ zcIXG=qb3;|8e!f^mj8L{z#;$w#t(H?a1U zpAh`R<=5rJtC~LzuRp25jBH&>IdR1nx=!)+y*M}Z!SjOEA!~;7?)=*UR&%zKDI)7P zGN3lWHsAJ}1YQ-bJDE-*rxO&aEVUd`BzpLYmHoCBdy`t|aEFF$2p&1KMc3 zE3>z<`IPl%)X)?^-BQxP?oLqB?bM|?^~p{smlu5xA4?rQBM~Pf z;}qIg{6ci$eUYd8NMhdlhTe>Cy_l)J&MheeO^Sy`=2B z7C2z54aueqIl2O9YtM|iEI$N#)j_CwOzzT9H6OyC(o>ewVWzs7d+<)5Hi7VQ+;zbt zqpMBW$q2ms%b4qA<~jDz7EYqcAJ06MzLfiD*xM`)E>^dMi$>)J$MnTCTR3~O*4ucd z+V}B|FCwa;aavc%c+w|Y<{sj8<&+)Fc#O{ev*(dk4Ai4AhFyJ#q_z-txf}ZEl*)!Q z>pdO8e6NG(@1-}B@|e2a6-`M$Y~4<)6{)A|bR|pQ{I*+mJefwZA97pEx_Vd=dmk?m z?1%MfJSg$UdSZ@acdG#NGzZZu;|yrEVL;ti+E`QSeS8SIJx6?b`fZBLhy>~Jy6&fD06$oF<+=%>vPV6j6-3@VgWemfA zXn}Wk)Kn~pMwyHQ7@#Up>mf0%vsyiNEwQ@O}2V!6yItaH3yK zNYUz~j9B6k=(1knR4+>A#Z86Yk0Kr=;nJ7l_TlS!2N!N;=w0c%#+Uhi=|h{jm!;8% z&Yl9lG;M?Xw0u1C=nsNP7~%rVodPCj+e1IYuM$mO`MxWg_-06BvOpR&Bp!Eij_hG8 z;gX3oNP1;ze4V?Rm_(`~r%<%X!A8TH{&;&t=h&ge)IOoFhbpAA5f^ervB%O6|xz4@*nGZYX%u3DB-QJHw z=;vQPKKLjpqkHF`;%Af}Ef&r%5rJ^FH&}vltZ1=e8K9^3e&E*=mer+@!VH)Er}u6& z&(tGChZ^)2FO1vK=AIm15|c5!bXZI3q`mb)CeWE^Z+tZFz%I=r!?G`oXqtNXC~fhs z@RzL22v(*`XJm|veX2_l%i8deb56f66XW|_#NRUUDokcLy3Sv&yR@?KWO{*Gzk%f| zBeMeac!LWq6!X{>9ohWCNs|<#wm2JeQnc}!)9S`--}Y9~k`s308u2n^K09Zwn0_%} z26}uIYZMalzNOJ;!fB)3K+LtEMt)KAwT_icul_>;HNNtiHTp?u%FS7^=mFv+UbL^E zw`x3sSeV~7q+_WQu%r5=)h3y{^+@DT_ci%&2B@~XBgq$!h?~*GmZKrB_!l=Dq4}^I z8jmZ*Ev)XqfN(4Zjp~3- zDBw-faJ&gr4}85(icbZC!#&M5&!!|rPDHVB{glOvTD}Rz?^fp^{`BD)RWgdGN_s;} z+k-}kL&>(b*ft||S=n7f0Xy~z#lDZX2af7SL7gsK<#l>P*gmk)c~&6 zNld~eg!vq3KAh#;8#oeRJKG+#6_>5|mi&>f5fhdF&gHpi-Rn#0ww;=PXjV*=WS_Sh zBW#^juWWxvAX}S<Wq0X!-`lTi@NEEq#?^-`p0vVL!}h@Lz*mRVc`*GtsmeS_b7KmY2O@B+j>Mh#}KWwkkkF> zp~(l64Sie{YI;#4i#FEYCoZ1VGav~D(@#nf@m)f~qe^86JWB`U+)6`d*n~%CO>_B_ z+hD1pT+i)Wi}~C3_-O%sA?&pt(cqdptFspH5#cJm&oO;S!GJ^dqp&-}up5NoR)?dh zTYvkmOw(d2o^n?=%INgj7cm@vT5&~x`OCw%(+{RZ*sHdrAy?tR{yZ*=c#NE=6c9c& zAhs9F69kFcZ3J_!)YST?`}n7Rn(1^Zw*3+Zl^JBURO8OuUYM-w%Ar=!c2bB!rXA)* zC+qCS7M7!n&udxr8F*eX%9BGG%(9J8`~s80+q--Y zO0I1XDl7h3n>1@sRn`NI*wP=g(JWcgEi&6M8$&-n`tXO>v-_)R6mpiEKv1 zfygE`ykVntsjwx1HaO^F_cSN|#GFZG;H~Sal8JD8)%t^d?@Obwbami9sxlWd@CyE&g*ZE^lcd0Ol#s~VUXfu4s){z$-+ z3R}d;PB;WV^(o;rHogg3B9VYL_j2(&EX%NQML4?`qz}r@1xF0$V)Ab1Ah>38nQtj+ zo&nmx5R2wjQbHW(Au+RDnu?CaGlm}=>{cAEv{XiKEE!a#KjeKIecpp&<1QpWh(<&rk1N~Tnw%x);cFu_1yJPZA(qM!*bAs@uC4aD+1uxl zm+AA+B6t4-fOwZO55{>dT`&&~yIkyqb^{!Ec8P{5`X7ypHf_V)w9|d|l7_}cdz5u8 zmy##kwl?D?Y*&W{Nn6zn&~@LfU#4y}oKKk94aut|;pTAK-Fn?P)EAerf^LTj&B_T^ zDHY1g`jwAPzC=HKF8vewn^OU+O2JWpdnHm zGxpgz`}~+;3P(3*m$Uyk|Hr~nT+6RqQ91heY&C-Fh6y2U9@{0)F%yu~nXOS*-Aw2X z-KJc zKf!A%T~W{cn3WNB#Ua;26qj2hA(?d@rWk)EQ%rmVm55HSp*?HaEro9l0xk_5VIS^o z1eF&|H51 z5F~&gkjQ}q5NM$Ff))Q0=}?21WAHBw&=!D)WO?udOCRm z6@?q}6mu=((CR4N>0Qlb6%AxYU;4A4^`K;tjEw&96TP{8DBft>G!UD-IMNfm^NkjyW|K|)p<@&HvaI<&t#^vvJ zDJrWq=2es2k+}*|v0;+of4g#G0nP;<2GU3AOm4Q-%P(6lk(XQ3(uwB913B(kTc7m! zp-$M+YaNA$jc*#S%gq!v0`d=&-~|6a=%-lSyw(%qWr?(r6_6(MO_J)IZc#eYQoA(1`S!`J@g)DKsc3E#M6 z#N_bb%4IhkT*xV8(t&0IrGV?`;_Rh8Y_97D?a(nH1>g$jzwmDZk}Yn z?)}1yrAqkjgQR+ln4!ToeANiH-eL>>eqewny(H!jl0|iJHw-#kF5G@h_?mh~reH9t zA#uIuTpM>-SD?+;{C5gmo^2N$5;_sJR$W^{?zZ9ujnVxW`AwIh zB58EL=a$sdeCe)*i}+aV1Oymrs66)%I#%cgF(FjzGVJDej0=!(p-u5im|wf$Z(2RL z_Y_TjKdfZuIv>@>)7(fA=@m6!lAeN2F{N*Bh0(>yNrV@3EUz9DL?CWRL9i?Pc~tb} zYwg_h9PzB82kO?1oeC=aA$O;zwl0Eveu_a))hDDRph6C>Cw3Uh-Yy<=30c2@vogdUF-z_-_8}0rIxW$a|;OEa}hQee?)CNnT&D7*1%#Yjyg$B!1 zP3iE)DU0eaB&WWaV*T`WA+ck-BXg+*hoR-~0pSQB;g~~oP}9Sg$V&<*GZVf~3P+{Z zCPG$Ap)hS067mN$6Ft=a$mKa{EvWQ_T}&Rw*-8!ZTB5-HPqg=N#g!L@Ssti>S<-VT zN5CHB7P@vM1CrKmIcy&#ezugzC+3v>l)J-2Bh6B&#kG)*O(g+OmJ=++T-5n zEP)T|77ynZospYUj`gUDL8oKnQ>;t&7NQS@-~CZwJRtV=_WjV1B#F228LAv%zi< zjo%dsM+&jm6GK`O2;JR5)#*CH9?wY7ldjD9;YH{=j;Z;G6!r4Q8u8<*4-qMv8ksVv z?q|j~hJDqpSr7QB7)@K+zEEnIwG8QWgB?716l{MJE=hkzKMfzka9~{2_E_OUWCo~f z=2)7g_0R!Tquk!rBS2*8p20((8Qx$=Kd(A`aRGUhqEFr-#bxNFbvsCnHkoUMdWaQd zVz&>fuJmZ8acZ=v8cO#`R~cS%6}Nk*L8(Da>$gjG<1 zB>%8<`t~rLW8)_O%*@WZmrabRR9NS8+0?BKg!0!XfgqK^K18b`U2L@md=gmvTdV+A zNx!k*76&!WdY$G@8W+`ei+;V;M=?oML`rfqI^v-Yjq)U_+Z|Hs&8`8Q@GTJ)irwNAhct<7db($8)#?D5ed_*{LULw8ME` zI^EgzkndC-3xc^zD}Fh~(OdDy`ldDWLCiI^9@Jw(S_k4By#oovvBNVy&xjD&!|CGG z7h{N;iLF~Li34Wn@96#PZ$n}MkttfELHnM!-ZVeMt)31Z=-j&CK&FtU2-yil#ZL9^ z4lo;DI=2!PO->+;>k9y@8y_hcQ7rZez9GeN{Q>(pJJ)CtH=xzQ#mVK} zt-{sJMX`=G3A*HKM5|ksWW55n38Ut3Z}Qr-ra5hFCQJk-o2yn#ZNHKxPu=B_vQZd^ zYH)X)N0gU}i^$|@^mpp(8_4z+T=Dj5=2{q8EwJq!Tuf`0lHk7oaG7UbrL@s5KfR_g zxO_IG6#fDTqT}(91iD0m9dS8U(;V;NEZ~cdXMiB1E+gfM+|Evs`ihFjPHo;=231|~ zc0ardcxCTl7I_pAKUM&r&Ce2BY9@K(myQ9_f0&Jl$MXoo9aUuaE_LiH7&x$;{ON&s zdbV%{g5A|@X7!xI$E7YYy4qvO#RnaYO|!BL&Dib=o z_0{(li))&QN;N^wS*|KY>YR5HSFIf!8<#s`Fw4`BS2PLoE9>$j?TBEJuo%0bcgOBmoGF{NgOtw%?@!Ark5B;zQD`$_QIvjy0jhL; z!~hi;*nFhUq7@&xmK^maT^-JFta)mZ|eG zCSo00o;|jfqK((ZdV2buVf?fLxCs2)i&akQ4I-cnn^@&aD++eV{tp_4CJ2`vzcObk zBs5M6RK;}*8hI&Mv5-_C>qXi>v=cqIA5@@`er3+Pb|m=;vT-OaMO}M+d@u zaaneqia%9`Y;F2K7%qJ+5#2TsX~g?fHdQt%Rr0)Pxn~`I?_9euIwC<+aIR$FjO&c_ zSk8B-Pf6L?AIhz%Y{42Ok)CpoUP3NU8HqLNYV)*TG%GczlEOVLiMMzacYYqPdy>Q7 zbkWjyV_Moqqh_E7KWv%b z5OaroAqCHpCHFVjKg^C#PXWf~z>TrY4YAUpfJt*#*>}l#3fD5O0Mdx?9gBZm2aW;a z(O#6B0r96DyIT~9khr~IcQ4n|BuvQzH>+#6_}<>Gyu04Yr19r_yiE6n^hL>nurJ$F zvN~3$Bf>;el438Xn-mQF@GPCEg8s_s8Tl`U_J5}K{BOGy{?6;b09|cKo!$0+KD)P+ zK+pUTQh1ZTEN^unLf#`RZg0gk1+?8DOdo}cMWBsQv?gWN*F~gZiMO6DgN^+=O#{fU z(~bUW1IjOT5CtQZrQ8xy=6S~!N;kO5Gdzk4KW;SoKO-F zZU6>d)Ql1_KCMh!u(~%O^nRLU@~tGj>(Nr4Y(1wul&&`B-z^cj$@+Z8)?<#!OjL!C zA0fQF-mhZQU0b3&wjRe-K|i!rc3*vkm%q7#dr)?0 z$w2-#5h{dB^z9*GzdFBQP5k!6$|J&%G4OuKU!%l;N8@-F0s{kR$5wPX*tfl@e%r! zvNf`cI!+%)p4SqDDQle~>~|ufYduq=BN;oCC0Jgy=m>y&hu

YexU(sVSsy%6X^|W|OX+YuOVXwAOO2C)93cX(p{ygzz z?hhTfr_}_K;JHODG?_!uV5^A3r_HEPqT!`J@aTnEj=dll17y`47r$Kvdhk4!tA}X65mGtY?c6>g}+*VV*!_I-P0ym?<E8C^GchQ?Hu8(yU?bT=>v@UBCnc7>VtB7flN(r1~J%gG-B_k7qMi2Eh{i@np ziqiAXglE?hBtJc_lY8Er zk8T)%8gBS^r&~osTdq;>HxaeMPt_cHqQEio3z%VC@)4Qm-<%Y5%Ry7ze>{7U9`PAj zGtdPMZ-}oCoJanO7pnQ=+{Z?$qjoV|vo<{?_SeM9<@nWZrkd&ZwOB9gI5_HfwFvjp zkd=qkT6SWdcP4tKrESNIYSKddr6<1aH`38m^bO~I5}CYK9H6q_o(ATJ%S;6Xn@0x+ z_sf~^uChD%U+9eO5f!(OuY`uoy%Gp^QBz(RF|`lSY-9~vvbHsiP;6X`j+^y=Qr?ri zD4LwL4ya;3&i~NI2y@ZO>GRZ9TF^WPGj4lHhAhhxFq zK;Cs0&zcc|rDH1+etZ~JL^0||MNstu3vYVKeQ$Bh=e$z2aZi;a6Qp64Z3)T!5AYVsIXER2~v#!!bA@Nuoc!Lj*ih*$KZt(&D#Sc`sMC}I1%C0M4 zQcd!DQuDFoNL=1z#mEQmwb!m}Upl_5cQqjdsSeq^#Mki?d+Q{`S-Fj^Cf(tbbi8#s z>yuQKRR80awDmHP(?9%AeC2y{a{IpJo4%`FMf|1(+~+6yQf$1dCC6?1QuUQR(v950 z2c&0~i)uG&iCJ_YD&KYnE=M)dVxzE-tVlUh(vbkF4WL9ib__VI^R zNHwa{{!x=SR7;$Cvq9^qLsgOPu;4wNFb>Vlu@H{Co_$^Z${6pkn!|WqA8L zQ#z+&6GROqvg$;XOe^j^zx(t~Z!F>#gzya7X~G423IKu^gdEeQC5mmb!LiNqxv_Z_ zuc?RC?k9!48a%5xRHeaeVZo;f0?k?Na6pCzsQf_0MzSJ<-fd*U0O{Cbx4Vb%Vts^6 zmW`|EORT|eZp7Hf8(WR`Vg-A(FQ&d+F~X%o^Jwe?$iFBN|1>+1MrTD31W04#P!}93 z8hi#l%Nr1CGCXWh+f>)o5S~}9FP8H7sFdk*Ay?x&1K$Ey9NYnt!vN8{XLoP=$W!@N zg{f~KSphD)sQLH{^UrwnV%u5ZVMNrz&=fT`$ax9t)>Y1L)A-gcl4 z!Wuzj2ONbV4A5=8Tfq2b=P*D$K#??1Kv1zy;}B#6_DK-nkrB0;Ms%zZ5VRvW1c4ty zMK3WxmPFxx;cjZe!ge$r;D^cxi2;psTQm^!3`(Hiy5(7j_!2FE-2_Y+vfDbMwkh9=`?C&*A=uCz{34O$2 zZ6y6E9lU^$NVeJoWd410^{9YQ6k)_5$9D|DY;x%Sy9+I2I!Cp$oQXA!T^=9 zB>@1q;r|yG3NTyeP^~~^A4?Pi^w|}${r&&0l>cK^3JyW#pJsrho)PwGF%z})NYu(X z60i=E;6yCY5J6AUcQB${N3@C~00*=HE*ul5b%ClltSOHRz9Uu>O=nx{u@`yc*RYZ3 zY<6Ogdky?sa8;X_*U{7%AJEO7<&?Z^oF0DNHa9v2ucks9*SDLohb{ykc%BS+rctDl z(HIm2q+WBGLe@DB$p4X#_7}!*^xB5W?_r^~fFc0%9H79<5b6?W%8DgS^c}!d-2s;v zNakYN@w@L)Nx&|t2VNi%1&&9M_A42=6Gul>))^qa^LQj+C*c%KIDt&2;{ecp1c3ETNiSw@3v!?jeg$4n zw??cCTcYB?bBPY3BQU_t#H>bUe^CgTS;2CWXARMT9xhMq=hGK2r(eDggo&pI)AFQ0 zU3{ejD~ix!eJ&*5{#BmCna`~Z^1~n>Wmy`y$Sr}A*$|k(nhpmmK7hMM7e%F9H}28u zqb3Xi)oV!|nBALbdFmBF&n&nBmF&NDtrd+L51y~xC?+6Dc2y&#n)U_ss`1IwM8FPlJ8^AmSU51E+=8Jt$YEVOPm-h-|vVhy?13 z`2o<1`h_G{EupcyX6+wlS9vYtJh6wbquidv^clK_MLjv0nyP>bPi$NX@R+|btv)WO zqbzYe@5*p=T5YxvYrn;!!%)6h-&cI@ewlAjNp!canZd`(T|3d4)Su}=5Q5)fA6-P0 zC{H`<0jT$r#fSrbpeFC{#UwY7lx+{O@9llIcMmL%SBDBF6S+0X+|Yti$}+SpcK z(gn3SmWaSuX&FmHeq~pqwtJ+#BB-BY%#yj`Oc-8Tx*%B9XK1-B{qejDf31<9AvTAW z0&fMQH@Y{nC_-d5T-;c~nU`Mp8yXv1MV-$*IY$oSGj509ubuwp7hkUpM3>;;WBrCE;+5U@xCTI;7PXO7o+&_poe2V2|3 zV~MEog-Z$P=ev;dujk}hRv$fz&NejD?7iWR&Ma2{cEt@P{rpu^qQAd^RP&kc$ggTs z+!lGYCQFMO)Ct6Atqj0I?a>6x&f5Zj+1>ULLe~XecJ%j~5_6paavK=Ow1SVq)u`eK zc6$>KAU}i7{k`e2N7JJhva3&50&JXX8|#2#F4uX>sGi^ek>oD&{h9Z*KUJw*@tZsI zs_l^Q>|N7A3;A(UVjibayXG;=Iegz>H@ibaX{L8?d#}}evdt0yI`D~S&E%x$xPqJ zhLsVZxbAm}%B$vhse%#XfM#TUaeZkrobK*oU7%{2=BcR$$z_e;#U)gCoCubmr{kmfF7W8f?2w4y+f= z$h6N-OgEOwUmx9cks0PY*_(m%jPh$Zc!qFJHq}8S>rF9x&HlaFvF;xK5ASI4v!Ng8 zQBA3Xieww={a;lk`@;XNy7!K1YHRm}u_B1S*)xw z=kxs9ObI(`^cygo{kA6r@F#nhfZg*Z1JHo@PoSK56+K8Tst1`De>ce>MWaA30U9a_ zTLf^;m?*!6FUx{P2z&lNVlLF-y1%L{-u|KlS*QiN(gX}ZG2TYOx9*6lOH+@mLGiT2 zACi$t*wep`@6Y4>H?OeXHrg?Ok(|CwwFZ2VGMzcamC1N+XL27OT-^6BR4FMYN*kqXodBI16gOeq=mK=oo# zpn0=0@JE!)rK!;>6e@;3XDy_OnA^5@=I*|E?)U)|ctC&BEQ_H)UvqRl-E$z3@|0xb zncMc46L&=6?9|2Yu}5I! zn+mvYDJR68pRAGWM3T2Vi&d&*k(cNNC@~s>0otnvl|)1{`%%bE!_zHEkeZa-EiwChgm#319`%wreema-UogypK$*soB{++Yr* zZ}!UK=qL9Zqf^T*=ijFbR&NEBd$GE`&>(jjFJE8#sp@5 zAf$Z`qNn^{kZ&QV5|wRvpf>B-CVZ=8$F``;JR&bJhp**q3zgdF2lK2FE}pt{j)lXZ z^X;4Vo`|7I#1L+xK6?8K1J6(;cZV0KH)IFiH(I?ewNpcm(cU9cmnM76I5<`7U9y(9 z(DJInsQLz*)0j;%Um#Le440=RhZe$o5PPk2!RT95ZB;f-zv6{|s*K=ay#$l!UOY+&w?aM_P_m zwR|4v({gUpsy{gw$OSqKLeE}awq;+$d}k6(C3^zw&fzNnzuNbvtUAo%#t^Gk%(84}x5VVPySyV$ zBjp$qO}qw=5UD`j8Z+B#WPHc}>ST_1l$p27KvRC4bW4C6>?xe6Gun-qUs6rgr`Mts zXX>RA5kEY%b~xL#Mk#T9T^QHg;gPy$SGqWhlk{pEW0uTR7mXKwGi@JQ!Uyd69>Fng%oD>s5{ z5C{6xujx&&L!M;^q;+uhQZ##NmLI{8eHJBvOJVHu9T7E=v2AhSwfV58HJ2jcObGNA zx6}>WcOz@^?XX^0te=)rh@wG(OLYLU$S8R!CrBc7pl9k?Z^+9i<7k&<+=8&va-G78 z3j*usSUysK)Fz^jyP=f$JSn54Z{}fN`_Ij$z&vUaCKlx5r#mX6@2Z^A?<(hJRp8%| zmP(jzjysGzMNUqQs1?Py+3}F~KI!Za%1jKAN}hai^QHs;7ny2~n2%ms7Y~2N&oPIh zBvPZdwQRoXliAuBa^&Gb<7!KIM0rP{Q9<9w)Wc6l zKJFE-VvAYiosobjM**%fLRA9IRx5y5a!BT%$KK-Gx&=_3P-!eanr2UQD^wW|Ebm{- zfW0r+?TNYF%VTlF=Ud0nY<=#V; zn9Yebd4Efh@90T`SRR9OUIEeWhH3KOLSwRSPGxm*irraN($evHJpElaFYBFcmk6FT1$hCWO6r606d1vJ@N3z@?PLG+oq*!61<-NQ!+ap*4IHD3R8gK_H;-aSZEJ8g=N~8D&@lQhDK7(% zV*lC6mFD{Mwq(W=XyrF(I0#DW_5m>QX#Ex1=C33)s;EOh8~|Kcr|yHpvjRJ)S!C|_ zTl$j?HJKev453<_)bx`#FOst!YMR}79sMqbaLtLye5sAby-Ywf#YL&hQ{%ZKYo*nu zqi_wG%(${bXp!<3Oa&p8&3wa$Yf+BbC8s2RuO$eB^HO}D1#y;P%D{o!xyf@EO^v!V zdiXxkAe_iPFx{+d7nV01_=eGM4RMCN368#%z-CcsA1pG)jOKS&`$T2Sc>l^8+Vu`A zj%m1y(tko2`gV=5tR-{*4#lRVe5f=d$jeGTeab~sKE*K{-S1?~-i?D8n)K1s%^@55 z8-}18mS>^PcgQ*!O|Mww2YJV#?S zpYh6OIsyS8GCia(sk{MaqD9(>KuUW%r))VEmaXWhZbimVXDar)C9a${QNgBUxw;!` z26;AOBdt;wATmU;qN+VFPqM0{^rsS+dD}vA8UpS6{GJvJ?zUKR@ZQt+DlO%nNc7Fm zdfq<8S$8(+7muacJNM=3@`i|+H5ptDt=2Kg)#B{!txNRM`E+P9%JqEG?ZIBcWI~)u zdZ{@S99xN}VZLr^U!zx`&by)aLj;yOAR1I&Z9qHdt8DLtj*jW%(36>1m0 z%~I*idRFmuIs4H0iM@qH>HYKE5NEy6i0dfpqsz5w!P1c!yJ-!bLt67LCsY02-83~8 z6lZUeVtM&J#3H;kEv~uyDD}qlMUp^CL_dtZtmE`IF2_PIsfBDT zhxL2OiP$SCpO(+=w79=ng+6lq>@~;8rpewpEiqjk*;m7PdHs`drLMY1bGVgsjf}A( z6a)H$L@%EpyV27!`2P0LN`QHXjnoc7Xi+=(7Nwryv%)mVFk!4gSUFa%=T zgH*v*Wvyg^u$;hxv3V{lSMfJrFM7YW>EJ&h{ZU>bY~qn3v2F?5o~fK~oXauADc+P| zP-iv~yi#dwZa(i`6haXYm(Aj-$xgwZ0II1;{m@^Gus=p$_K71DFeW8-P%FV4_^KGp zfjG122k`MMNPu?OKI`iM@;WtAKJmGvSgwoJ!z%CBF8&t|?Wyljc^J6k!5dlaTQ>qH zd z?vJZ?esNDU)a>^U`(N^GNE|X3tHKVd^AfM5t27cy7W}zZbQ;9tA53)Zk#nCc$TBdl zD|EcIS%97fS%OwFNfT#Maix<`xGa?a%)HTXFqa6uKQ3zYmL%E?2~fq`%)N!z>+ciU z>f|N*nO?h?@g7xTicev_9~J63sM5x4L-NRVBkEtg+{+M{CC{SxYkG8NQ~55jNS3mT z>v_fScc^~q;kbD#KKh(U{WB^+&p4rm3#vNXCudUe)s7XV6YR{xF1S&v*_7&#M~RNi z5$mr9?cF`zHt@^$Kjs$W(Wp2wJXKdpIY%#(`(f0r>>9oQf?C?f2M?_^^}hQuke$#> zkr550Y2=Eep2=|W%$N01iaPpmbj-_IB70O=sHtj_O@oFA3-%|Z^jH@$C(>FnP?)` zEg)p3!yMxInC5F#{*CW8o7}5}ms-My10d(o&0Nm}u0gMM2TSfDn$fo5oC3Vmv-N;e z6XMV^(vu7#$wFnN4~`(O;XIv`i=L;dpUl+PSXkEET(KU??ytD8I(hfVUFMI;dwg#3 zYlLQ<{@nD#AeGc7{6=51|61=f3{d+9HOTt4X9aUwXL=^Rvc!ZYwor?&G(GOa=Wk9UC?`4R4_q)^zyMyU2~jplQK(1sh&`RN&<_&zf^+G zo3XdKw9Ms(?ri~CL%MWm{Tj8H%xu(yb@l`paATh5OP7u!+VSw_Op(wb&C<~2?I1m= z!MIp=LoYzO2U(OYr<9!1>(`=wU@q&_S4 zp1Iz-*$YdvgQ|I5pTsF|0t3V!8z;IhPrA9Tuj0F`&7dowVT2wz&FruVSOgja5&8sX zo4cHyE|O5gH-U9VZz?PwhrZUmhGu1xM^d1AKvy4yWUnx|AkH73tZSPD8sPs;e*L1- zl)#k3{~lnAU?HMu@prNGP$GP-_frA;b{Cv1-N`8YqoQSx>j|yujt1s$1@bhZq8L!@ z+_Un7%MZ(`>RqobY`6}OXg~I^=wZLgzT3CxQB;3eP?D=wIj`bJDOp^pzH6G>HC&(E z+cbSkv=G!30l$gZIynkTe=HtB^N*u?GcQB~6j`May|Fb9@`dpIYvy23Y}O`@ZSmcJ zNFfNu<>{>q_HT$g>X*MWg&#t-W7jU$ihXB-im=p07zq?r+>D5TF!=I1_}p`0_nqeh?Nm^!w#^x~$ z6@)cdTHq22RJ|`=i2@`JAoAbt&-udRL)te58T=aCrvR;Ykd#YjRDWlhDEsLP)mOfZ zqejpG=y>spA%h(Z%O99~XP{Ht@hjRi#rqUZpq)5QFx;m50sp-7&)+A+6NoYnQ!5z{ zpP*?la{z|2=Y3{qZU}z+`BZ)R`Riwrg$dADm*W44inbn;*znNVyF5B{;PYM&_A*1fPlc z5gWn00i(IbQSaNSd}r$3`p!hP`k@4Io(xH4?E22cL|6Fl`XX736L{c7SY==tTo@pH z8B{`m3Jbuw@8JM={@ZQ!^R;(d6=VqVliTQrVIa(qF#$yK<}=*1!`uwk4FD%KSggS! z@YUU+YZzwOu3;BabBcM7ZAkv2gqO~Zxf=gXL7w?{_%82&UDUQFB~zPu#TN50R%C6D zMWuv~j;0G=VV#wg;B9qL=|VY!XC|K8SkgiKKRCJI{>AbFCM2!}yC(ZXNVA2d#m~?U z!dIlL_ygV}eit}MPi1h;jw6ffHMi1Geq9B@wX~X=4 zwQsv4B7cr#U0cpF6R!|$QLQ-~k^XF2{F8B_d&P{Yd&RnYopn%Yv{IA>Z%zd|?SHq3 zc5(Oq>n$QRfN}60^#j0)!XT27J4bhufH+z7;R4N&l-Z%*f1+nysbHe7(E3_mlZIDu zN#u=_5vMmz65Hf9!^v<;HZ`4G*;sumYyuupuR`{Zd|6U~&YicSkI)P6UHkg#bWVJN z%#q1szrCNxLB&8nq43Gc8<{&D-zj+s7)2(Zu8vA@waHK0${)qom92fA>=G4@dYw2I z1T|qnnxtqWe3vG{lZ|FZjeQ(I6e%Ph8G+s^p`kdavEm<$(6bTAW?w+Vqx7ne+H#WbBfwpH#&3XNb6u)hgV+Bb^jxdp-Z=S1`d1o z;$w`AOu}WJX6J^zS}4Hmn@Oy;b`NncZvuMYDF}$+s-W?xQPJL7H$byiP!$U1mBT2Q z{JBBd)KomawC+dnl}+c0p3oybl~RtDCkZ-2&+xr|zu?1(P7zmQ6m!qVm?kuvl>p`^ z0e-nrenz9dV+GvR^{O*}-P?c5PK7^~9?YfWQ?p2bWh*34B|iu47A5jkph?@-(u

2>5J1mD!z*(500^U!xkL~;ZC9BAJ3sTd+U7Ip3&nLCE2hoROqb4Nw0 zgC#_cAVv*dzc?gY0_34rkM0a)+R@@S_Mh?T+K zR>HSupQE#IinRQRlHF;V`#HY~Xg9*kVa;OzyxA`&z1tan7#Z*~P}rm3tF6LA3bR|ks*(ZGo3$uj0*A*E_r;__W^^e#NtkplL?mLbV z&3!r}N-3hodjgcYO*tTDeVLtFX^2}~OII_w@J?BkV)oc7C;RFJcVzKVx81JkSDAiO z`XH1cfgVbqa9?f?_T=dzM-!ioo+&ADml?BxxDXXNd$Qyym3sH3pA>VcMC~0kRP4Iz z$Z6bOGGLv~&g{G*eMeb)(+tg?GJ3)ER)r^+c^<042^&C8j3$Wnb%*^>6O%sRm%sJ- z87`oKHXU-Y(}|Or@;qa@DsuZkkG#c1qFvSYQ52A$@%v#1?-NABJW(<hToa=xywnJpfvcv z4cN)AX9U5PD|7F^Gu7gNC!W?l*8|+UBr5$hs5}4g@BaN&V)Y{9U>(?{MbnRl`6;NS zit^X$v9j>-`7sds1g9vwptr>5u%;vxh8``8fo)n<^nq_!WyUaE^4Fs&iNOAe5@&R% zpU0!bW(CBk_b?zZL9{7UorYEIuAG2^W%Dq!r z@So1{=&lL9oY708^~BUGn@k!sGE>jxjL^j4TNE1cm(RXYP-#a zRDyAqpQ=EBMP!~MF9IKcJLA}#G32C4_<915Ylb{382C)7leJm7J3LNhN^BBEv{#e+ zc#%)~EyMe;rKyYTFWe9ua^IOaXM)PCw8F`T6MYqELOS~4eT%b!pEkDDp1CkixL;-q z!ztJedd8lzuku8uBcyLeQ_;5AM$bV9BK*C+f@uj!x|#hL^-Q-dYjqOe!5Y6@&DUZ3 z--uY)UV3tH+~d=(%Df`fSyE<^Pjt%!qf$(_%w6~teF1eq#eFQs!Z=QfJslh)wRe@)A86omx8IoU=MD#e+mobt- zTqvx3EOrs8LzX6h>=lQiuU}t1-Lv%KSXr^PP{QTn{bx5Xb_j;p;CF!DM}wXS&4dLW zW6*R!#sdDE03TgaG2kH;u_ykr$^XnsJa3@5}#KaI;|SDeWHp`9B0|q~pn>4RON`2rPtF zMc?kkn1rB>qA2XAC9y7-si*ztWnQMmx|WLzZRq;k(HYXqUN2rR6MJV81H1GXD1!)m z|4w%UYZd*8jF!R7*R&u=T5$tDtqjrL@6fKwQ+s#=Ibv!+h7}DIM6yOs+*V&9N z1Vmc+3C0KP+J)K!-9HP zcp}(^=tXYF!c84_he(8<-*O_=i!z&owLVWOwHldILQD{!Y!v;=Zsv5BtphK_>>Hrm z?pmF1{GUZl{u=?-9+WfGfXA*x^FRx}IQW`rA1W0;6;3-I{KIt=4wMV$f$PZDe6F4u z`T!+Ccq+>2pc7->4Hf}}VF3vRSUA5~Yh_$^R8$3dJPMwx&vK$L!w(2W`u`0i{gf;V(w@lV@XxBV+ zb2F{0nh>_)iStH?AVsNt6Vkueiz$PvV@>qjGw;63`uN2QeWJLcm@692w6B)d_Tt$^ zUjA{qOGrKP>O|aPNi~R9G(3#dpymg2PPXPb*-L=TvDoG@CnKS-x2v6kp}WeI93yw< zTws1&xz*LouVj7X$+Z@^6YG&&9@9j39bC-jRN7=|Oje*u*PT}5R6Y3p7nWM8)uXeR zYZ+KB%!q^^ZjG5TO@*;9o+N;jQKTSMvxsJh^M&r01`1yOjFgkF;-;Mp+HxhFs&u}c z6{%YDDmb}XAyHq&W|z;&!v|gjvhPIUP|~FCMbrE_h+SQ1jlP1NedR6P+ zQDiZz?%L#ZOygmFs&U3T+k-ME=Mjuh%2mPGY{PgIH>wXUPy|?RUr>=#@kI3+cM_v< zX+sCMXXI0%3!&y_X&Ud+^@_yKsIQvtLfHCCCi_&9AHTMTngnF%fHb~=eK6>em*t8* zUe5t$IpabKI>6EA&5W`^m0)8*>7^NmD1YbVeU6g4;;X+)5J(Id@$5T=Bx1f%zHipP z-T)7is}vmabMjorfO67g#~Gb#&#aP8R8=JVDT!tGRaRcYyu`a3qjapg(0)iUYN`*h z(2XE+KilOH^*rScwT86ZhB{3y3V)>~_(lCQZeEK}#A|x3F3NiLT$2RT=iT?Nz7ENq zmX3osYuzTs2BaxU{l0G2dT5^6t?7vCBzj6LVd!#}!Z}wyXdo-9arE&1M?K@oD^I!v zi@g>WtUF|}?5JLbF!lU|ikk#%aMxAp-JrH+0m-O+es_H>J4u>IPt5OoxnzE`f4Azm z-R_Vm?A4d!y?qgd|3YKKA>E`OK`z2n7f0`-L8#iTPi3;FMWPJP$VGj_J}ycSX<;2O zv)O+*3b(8ADCynT8*kUou6n;&^BMW1_#g=_`Rt8>Tu<`)Gv}u4Le^v#-KYnNL&2Vo zFvH23MJOGV+o6whI5>21TR;a)3;@ege$m)D!Gb0v1 zpqlD*y_-+pN7B3a8W1z&K%`r3G%(Y_zBA2lUj#^J!1^W&IlpBL26v7-Ocm6nM!!KK z$o-h2-%u~56m1<>S; zi)8!*q~Um-`}F5CsfPHnsVrsdA`h;i0gT`|E->rg1T~J$KD% z$LB$1AxhGwC+e}&m0kPDz__5-6ciT)jpxF5ES7b!jc5_2kIe>nauysopM7>XyHxi= z=ml*)l~P|*Eur68FsY=ChWfqDfu7++ev~b1G6N%?kd$L2dOA;~Mqk3Eu)rm*lYF&B z_nGL+U>An=Ok5;14&=ensQqM4MqB}MKj~FszKc1BmEC}y-Drc4lk9C%VuHfe_PO_= z1v_>h(gZw3M2osG^o5_Kz&LOQ+gRnfi_sm#zPM{!ozb4jLf&W+lg)r#?pJlna>aAy zzt#xy>u`FPGISwzk-J#qcz>2Rt4F0%sFQsKi`2Decc4R%lk`1ke?1S%ovA{iQ{qN;O$8&1k9=H5c5WwVrQ%j9cW*tiXJU{@N-HX3Gw)=70VU6*K@R zGdlwDWlG{*D2vgZb}-)|H-+1r%LmcTS!^Nl&VAv{1tME;q`~Dz4T+H68|r4@5lv@w z!uBz^XkyftjGfeA=KB~156!xqWLiiI>Z7l16~+v@_cf)*d!KKqyY>5RXNTy07b+-w zhCt2g2n}Kh0q@zV!Z~$iV@GPw`qjh=nq=DY)*q!Bn)DW6&b)eyGqqyDB)AQ549}%I zKD*^+UFnh}WTYXjrO?!U(A81)yk!1~sbs78S6NDC)l;Eqo?ky!Jd*OW-Y`4=NP_Rp zwsP|A@)}&0cW_RhKL=@|J3!vrE<{40ZDaMocUU6u+Tnv{Phw3{sA)ef2X< zg{benxNhrU0Fs#WzPu_X(Sq*k8w)WQ0Ra8(x4(D}wsl@v#j z3FB;-ux^Q7!ks8QI^byf7titnpZ?C`$40K6rXlh41gJqB>yrPSX-JeJLk%Irui+%u z+<-I71?!Rav0p3DJ?_bDxn-3gtMV4U~ad>*W7>Sq)e*gC1Z>8ipMPC5f{yWQPho6ZIdMNQ6#0CIUn=& zFFy61Hc%L`!`BsIh9^3OJ03o(5nOc|uUt4nK=XbLWI^g}D^|o2FkG=A43WT^ZEMSN z7_)~|CV>lgvrb@D51uPE;#m&n0$(=pS00e&!< zn0cLwBw}*T?z(5T>FTT&Pgb>zVhd*{2c!`n+Xlx<+d^>^R;rqJ9?kNzTsPZ1`Y6r8 zems9s)ckGD+uAZxS8`X%i^2~=l2M(BDaDn8UY2_rV`8GVv?=ZMxLT!cP2}C)S|{?Z z_mybYCG8e9UA-=Y3A5fah*riv+=5UYw(pCm%SFknLzf=w-;B4a93q67d^3iNt$QAw z3u0uvvK(_&*r-U8sy z*yT>EYVmYQnf__H?{Iu%^>1p?60=1%y;DX&DT^147p1= ztZ7f=E`)4fqan#{3pM*QVbm%|vS4%O;hN7L$cse9@?#Pa9zz!R=@g0d52>98WfyzO zZa(E>ua4o_wbcfor=6e6F=2KB=u%LlH@1#m5x`0-CT+Tht=dkPcfBq(PuSS!4%&&KRBuU1l6=u~$`V zF~wLt%j@y-e&C{LWzwA6i7rctkJaAS+ON~KEZi~kjhZZJV{EW!9lXdn+5Z6xy2$cg zfWABl9|-%=AOAhQaLDxs`tkS0DC+1u(6_0{%yMY0#pL5B>~QW1?F(4m6#%z8k$(+N z=D*6`r{R9R8MD>|*yvr12^{TJ@H04LeZ^_I`=`odGn#-6S3gO96jtb(rggtyuG;D0 zxOJi3(x;D><2?kYeI*8SIX5nRJMDCWTT``w`XGkl2VMM;54vP>%+Xt!zl zWQBXuNN%r`EmWdINN~1|8+y=6#r{;Rl}O#Tc=3Ay&m?wI)K(m;4|V~~w(`uuTjxR& zLbb{?$0T`vL}bwFZmFar%HnltxWE@6 zwzK0@Xz^2i&fl6nPTWfncMl*SqChS=mm%{U>KMLknXARWI(R143i)`t@zd-s7$ zp%*NF)31pXd<2k7vu>j3!ZOKW9NP$my`>J00gf@oDUoQF2McQkQyeIwSXB2iU!^_$l#yA*V0M;;p;$Q-`2tuKoMvwY2tBN|p-E#Lc7T5dN z(<2hPb~XJh{iNTh zyAhj_oR0j`pkSC@IDz`0yR`hpvVIV~gPKm!p%#u~!p-f@_M>=_7kX5M9qv#9lt-4s zJ*C#>@Amk3kky)61|sY{11@*QZ+ z&$1b4DQt@v3dz45C2FI0xYO~Wkm2%v`t-Is=wj2iPtcC^FeGTYq_O5P-a(r67vB+i z3Nhr=>b1|R660B~t%mh{pul$WU7XO46XoUtSMJD`9K98J>^1!jO@fRiWK_0hmqimn z@-Q`y+=tX4Wo@$(XV-0SjH;+z9hp%IS<_SU%3Ygw$^i37Grh z>vYgXQ%9%8Fu762s3uW2F)>+ZAlKlGuDH}?x4q9iipmzh4MHlG(sG!Kt4&Sl5-hk_ zJhW@QwQSi)MeVIh*`_k*ZwI34l>V;XILD0Myuu|;>ijR<)rrn zCSLtgo}s>dxo<7~spN8j=k?&=bft+K37V1~y9D!h7W^oMwKP%jj6MK%0$X7jH|^-^ zgkzaHA2prOy~B22IdsTwAP}`Rxo#`9e-B50j~w&Wqik+6@&c`aqmg$m=q7zX)@-YV714{X7!Z*hd^Mz9A>`u{?e)WuF!-T+H%vV$cyofuKon4T>f zplQ?fZCdU1X)0RF*(|_bk(N*I0pJv&;V?EK^;njyS@IQo;yBtEqC+Eh9X3t|JMD>yr66tRf--P z{s@rRiH&%H12{i|Hwnyb3RcNfz6X_Q9vQ&Cw6{8yyG3g0@NP4f>TwnAV#~OUDeZFR zDelFg?IVFE1m*^KOe!8?hKAn%;x7i&C8{R<23oG3eA(Vq9c7{d^mo)7Ra)EiDHdMbpXss^@N>M~#|OiEek#KDX&l>hc{*wrD$a zP3yXUTNsa>CR{aiWjEjZ1pz(MZ&!SYV99ge!B6 z9yo0lX=)>A@WpH2o=@Jk;f?9i5pb68Ot;wwhQ_rU=Ml%w6q2?VtWulz)ygM6ov!IC zk}UG`t=>KpFr?vHA%AD{so|RZeqAEgxP{!9O}0=zoIUyQSzlG%S6q%3r&3OCb?-E* zzurh<53TT-G@Em4R$UtQ)1u|wA%q@!&kUBWR-b4X!A6i$X{uiQ&J>k4x$rR7-CnZ# zUIq(0`{Oq^SC8g9`hRm*;x}uHg>GRZ#txwPok!1+VZW=oJrC4wwlk-gRpmJcm{oh^ zPPID5wZDtseP=n=67O*QBMa{?ISPC8av0+@SY<_!(F<_{SDah@5xl2dtX>0y87$%Y zuH@aj>VBuH)#Y(X&QQ&qoY4X1k9I3Nc_x@g;f`@(*u(H~VB|Yg%j{0R--JEn$HEW~ z#5Qi_K0=yfTompAd35oh%5j0ub22ZY+#0;)YC29oZu5wjJW<2@0I7tD#ARJjEa1yE zo>P50h3vcef-l)rq5K6)Yfl-*WW#JKp}dyEILUTxYE$^7XWy)6X4{k@kb~WljzqAb zPRuYk$nd5ye&FP@JGp`_DRVc`s4nf5gUeq$YIlj_M1t+g&gf!;sXbbToYGC$0c#@E z0thHKI~Xao38_|gpK^5uQfv6?Qs-C0IF-fxKG1W`T$tT}8?NpB19s=la6E+UP zEGvC4b4TCWa+E)G>>D)?<0j+MZ(`e3ph*b6pVI`%eqiI>6V^A(ZCKTotdOkwRD2sP zFwbCVBgYX%7Z=HRn|{@kWRU0UMnD|52`mMj(}7N*DoWqF)hvQBUWgiX!t{#9+AcGxSnZ`Xc!??uR7hRI>GvuHtXD%8ks}y&q}m2 z%Psjaw7u(GlLO<<=9>zOnZFq{m<73N*;_eZ)`z#}4jbk0wB7tM8?8+JrH}nnC;R{P z`aem9`)_OnJAc+c=*|C1DY1^&h5d&82%o3H&xZs0#V>EBdn)b6c>j#{?N65%I#HlEBF@b>HJM-`Ryj-3cU!-Z?p(?ssvf| z=Qu*t(7$1$muEnCA*vv`4uG3i;+bZCj7fOvR9xdAAicgG8UJCI_~Ym2)vc$}e%>|- zy@Jsm!!`ualjn!Q&9{L`gsVe;PvH6Zk!}K}-e1Hmuc7}>u<}F~G&&cQFksj9YE;wP zQ?g=%Ye^`|;%ipx`)@Mw?I&VF#i7H2(O1b(gmk&P)z<2@K0m$4Gs~VHQ!YzqrsAVN zNG6<qTHtOFbY#w4{aD49>|W{YFAGJt>MDy}hKDp% zKXB-YYiGP!dV8VZz2k#(p_h%KWQ{J_^Wo>C1Sw3QRv+)|a?eBd%Dhs_4q#5Y}A4UXsBZekg z2vpZ;G`A)wCq=snc`mfQSW&z*W8dj2&Bm^gxgroA?ERF}sxQY>M*`h0%t;RcQ`vK@ zWB1kx1S^)53DiGCaPq=6P#x&C-|9Ibf|@6w^6^99pGDF%oh_ff1{S;(Or={F(&owV z$GQ?*+dsemhdMr#o(iA2hZG0KkDxKoGJ*6)&v5vREn@ixrO&)oX}t-MnG+x`apRZo zKE7xB4D@9u6#)Ma*0Dee0;C*c2cgf^*fH>&C9to1RIXy0r{RC^keaCOBpevfn2`rw zQJosA)zM%OVs|Fra*UR6nLs6@U>dm0NN`Jzzq zTk((Y*LQR5+bD_=cGRjBuX~Bx&S(+#bD*MLVlh~%FZV(f@Mo|Q%o#_1XlC?bKV9nY zOxjqYKh=j3*2ma_Xz}FlOmici(}+k~s1X7`MpI^^*nqZS4+)IzEb|aUB<>e`C95En zzB63_a90SNaT(rMJ@yHEWOMgFJqGx{9Kd5J-w&IC5?x{Wh1VMU68ibC`@(?+KON0f zzc&y#oyq3+>)C1Qr0z)Bghj`^*+JQ}HiN0LS$7`g$0zxlJnGa$PVfDPM)>R7zCw<<;VZv~B|7X>VCuTR zZ^Zx4jJp<5g8(MZ*iM% z&jOv2cE?{QQWHWzKV5e?;WMISntn(+3_&%t2DFbX^sf)-36PsP4=K|Ozi~t{>VYNV zr+5G2ssGo%ufZtnXZTUU81XAab(a0-8>>!qoOvOU)J8F_>^n(yABVG11*F_x2Csc7 z5G>=4<+11W`rSkPI5{&t7Uej>-V-f6aqvhpiE@P5?Actkf6_C_Dse3jiu+uar%9#s z2XXuP)`ILbb6VUbP}ESLZ2k7@!Q0Lc-0~D{s{OWUQ;s%S^t~MyxzYKS84hoWo2cQs zWt(Xq7pM|&*X5btpqj)Q#G;62Z?v&|K;*Yox)vr7+$ukX?491@Hk*}9Kd6f0C7#xe zu}!a>_Mz7P<7@Y0c>C9D*Y!W;+WjmGG=lzq;ob14ePHp;ee^UM7gA}QoplDq{@IGK z)b%jYIi;WB6LvtPg~{Wjx#(B(iF!r4(8?o40%qX~7e|iR_GQB~5BaidWnU^o47DXc Q%-QD$Tk5DuLf;4e7m!T?c>n+a literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/AutoStretchStackPanel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/AutoStretchStackPanel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..f6665ca2bc09da11c361234fe41cf75eaf913429 GIT binary patch literal 18566 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 BIk^A; literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Canvas.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Canvas.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c5457065abb82ec525e91a4dc81e221ee9fa117 GIT binary patch literal 23048 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

?3}fynOs}5Y?F)*XIBB;z1L;! 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 W{tL72Mg*Js&*0Vn-`64;-Tw#V68~iY literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Carousel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/Carousel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..66e9f2b7c01d6553de5b3f50b39735d58700696c GIT binary patch literal 15908 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 literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/DockPanel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/DockPanel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2df201c9c229fac7207c4ed373828651d1432933 GIT binary patch literal 20325 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 C>YnKU literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/PerspectivePanel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/PerspectivePanel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..875e505be949fc7792a9c55de10d690b52bca5f3 GIT binary patch literal 12274 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 He#d_UFPwp& literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/StackPanel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/StackPanel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..72ea46bb91128d23137c8c17696db3e14af3fdf9 GIT binary patch literal 16606 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 literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/StackedStackPanel.jpg b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/OpenSourceImages/StackedStackPanel.jpg new file mode 100644 index 0000000000000000000000000000000000000000..354897e0cd83db17a77f57ce1c8721dfbf06c15a GIT binary patch literal 18921 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 ZL6@{5sj>m!b1Rkq6e<1?NidwQ{{wa49kc)d literal 0 HcmV?d00001 diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/PanelsModule.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/PanelsModule.cs new file mode 100644 index 00000000..378ec58d --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/PanelsModule.cs @@ -0,0 +1,45 @@ +/************************************************************************ + + Extended WPF Toolkit + + Copyright (C) 2010-2012 Xceed Software Inc. + + This program is provided to you under the terms of the Microsoft Public + License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license + + This program can be provided to you by Xceed Software Inc. under a + proprietary commercial license agreement for use in non-Open Source + projects. The commercial version of Extended WPF Toolkit also includes + priority technical support, commercial updates, and many additional + useful WPF controls if you license Xceed Business Suite for WPF. + + Visit http://xceed.com and follow @datagrid on Twitter. + + **********************************************************************/ + +using Microsoft.Practices.Prism.Regions; +using Microsoft.Practices.Unity; +using Samples.Infrastructure; +using Samples.Infrastructure.Extensions; +using Samples.Modules.Panels.Views; + +namespace Samples.Modules.Panels +{ + public class PanelsModule : ModuleBase + { + public PanelsModule( IUnityContainer container, IRegionManager regionManager ) + : base( container, regionManager ) + { + } + + protected override void InitializeModule() + { + RegionManager.RegisterViewWithRegion( RegionNames.NavigationRegion, typeof( SwitchPanelNavItem ) ); + } + + protected override void RegisterViewsAndTypes() + { + Container.RegisterNavigationType( typeof( SwitchPanelView ) ); + } + } +} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..d4f01a3e --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Properties/AssemblyInfo.cs @@ -0,0 +1,55 @@ +using System.Reflection; +using System.Resources; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; +using System.Windows; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle( "Samples.Modules.Panels" )] +[assembly: AssemblyDescription( "" )] +[assembly: AssemblyConfiguration( "" )] +[assembly: AssemblyCompany( "" )] +[assembly: AssemblyProduct( "Samples.Modules.Panels" )] +[assembly: AssemblyCopyright( "Copyright © 2012" )] +[assembly: AssemblyTrademark( "" )] +[assembly: AssemblyCulture( "" )] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible( false )] + +//In order to begin building localizable applications, set +//CultureYouAreCodingWith in your .csproj file +//inside a . For example, if you are using US english +//in your source files, set the to en-US. Then uncomment +//the NeutralResourceLanguage attribute below. Update the "en-US" in +//the line below to match the UICulture setting in the project file. + +//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] + + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] + + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion( "1.0.0.0" )] +[assembly: AssemblyFileVersion( "1.0.0.0" )] diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Samples.Modules.Panels.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Samples.Modules.Panels.csproj new file mode 100644 index 00000000..e35fa2bc --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Samples.Modules.Panels.csproj @@ -0,0 +1,119 @@ + + + + Debug + AnyCPU + 8.0.30703 + 2.0 + {D51C9DFE-7661-4C32-A9D7-5772D366F578} + library + Properties + Samples.Modules.Panels + Samples.Modules.Panels + v4.0 + Client + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + + + true + full + false + bin\Debug\ + TRACE;DEBUG + prompt + 4 + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + ..\..\..\..\Libs\Prism\Microsoft.Practices.Prism.dll + + + ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll + + + + + + + + + + 4.0 + + + + + + + + + + SwitchPanelNavItem.xaml + + + SwitchPanelView.xaml + + + + + Code + + + + + + + + + + + + + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + + + {72E591D6-8F83-4D8C-8F67-9C325E623234} + Xceed.Wpf.Toolkit + + + {A4A049A4-665A-4651-9046-7D06E9D0CCDC} + Samples.Infrastructure + + + + + xcopy "$(TargetDir)*.*" "$(SolutionDir)Src\Samples\Samples\bin\$(ConfigurationName)\" /Y +xcopy "$(ProjectDir)Views" "$(SolutionDir)Src\Samples\Samples\bin\$(ConfigurationName)\Samples\$(ProjectName)\" /s /Y /I + + + \ No newline at end of file diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelNavItem.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelNavItem.xaml new file mode 100644 index 00000000..90e1bddf --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelNavItem.xaml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + Positions elements from left to right or up to down depending on the orientation and the available space. Breaks the content at the end of the line to wrap items to the next line. + This panel lays out its children with a random location and size. + Exactly like WPF's native Canvas panel, except that this panel can animate its children and be used inside a SwitchPanel. + Positions the elements in a carousel mode with a centered element in front. + Exactly like WPF's native DockPanel, except that this panel can animate its children and be used inside a SwitchPanel. + Exactly like WPF's native Grid panel, except that this panel can animate its children and be used inside a SwitchPanel. + Exactly like WPF's native StackPanel, except this panel can animate its children and be used inside SwitchPanel. + Lays out children in a series of stacked stackpanels. + This panel stretches the children in the orientation direction so that they completely fill the panel area. + A Panel which is similar to Canvas but it lays out its children relative to the panel's height and width. + Lays out its children in a circle based on panel size and/or properties set. + "CameraPanel lays out its children in a 3D-like space. You can give the children a 3D location and set the camera position for the panel. + Perspective panel positions its children in a perspective view with the possibility of rotating the background children. + Defines an area where items are positioned on a timeline. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + WrapPanel + RandomPanel + Canvas + Carousel + DockPanel + Grid + StackPanel + StackedStackPanel + AutoStretchStackPanel + RelativeCanvas + RadialCanvas + CameraPanel + PerspectivePanel + AnimatedTimelinePanel + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Click here for more details about Extended WPF Toolkit Plus. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelView.xaml.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelView.xaml.cs new file mode 100644 index 00000000..714190aa --- /dev/null +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Panels/Views/SwitchPanelView.xaml.cs @@ -0,0 +1,206 @@ +/************************************************************************ + + Extended WPF Toolkit + + Copyright (C) 2010-2012 Xceed Software Inc. + + This program is provided to you under the terms of the Microsoft Public + License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license + + This program can be provided to you by Xceed Software Inc. under a + proprietary commercial license agreement for use in non-Open Source + projects. The commercial version of Extended WPF Toolkit also includes + priority technical support, commercial updates, and many additional + useful WPF controls if you license Xceed Business Suite for WPF. + + Visit http://xceed.com and follow @datagrid on Twitter. + + **********************************************************************/ + +using Microsoft.Practices.Prism.Regions; +using Samples.Infrastructure.Controls; +using System.Windows.Controls; +using System.Windows.Controls.Primitives; +using System; +using System.Windows; +using Xceed.Wpf.Toolkit.Panels; +using System.Collections.Generic; +using Xceed.Wpf.Toolkit; +using System.Text.RegularExpressions; +using System.IO; +using System.Diagnostics; +using System.Windows.Media.Imaging; + +namespace Samples.Modules.Panels.Views +{ + ///

+ /// Interaction logic for SwitchPanelView.xaml + /// + [RegionMemberLifetime( KeepAlive = false )] + public partial class SwitchPanelView : DemoView + { + #region Members + + + #endregion + + public SwitchPanelView() + { + InitializeComponent(); + } + + #region Event Handlers + + private void Hyperlink_RequestNavigate( object sender, System.Windows.Navigation.RequestNavigateEventArgs e ) + { + Process.Start( new ProcessStartInfo( e.Uri.AbsoluteUri ) ); + e.Handled = true; + } + + private void OnLayoutComboSelectionChanged( object sender, RoutedEventArgs e ) + { + ComboBox comboBox = sender as ComboBox; + bool isPlusPanel = (comboBox.SelectedIndex >= 2); + + if( _openSourceScreenShot != null ) + _openSourceScreenShot.Visibility = isPlusPanel ? Visibility.Visible : Visibility.Collapsed; + if( _openSourceScreenShotDesc != null ) + _openSourceScreenShotDesc.Visibility = isPlusPanel ? Visibility.Visible : Visibility.Collapsed; + if( _openSourceHyperlink != null ) + _openSourceHyperlink.Visibility = isPlusPanel ? Visibility.Visible : Visibility.Collapsed; + if( _switchPanel != null ) + _switchPanel.Visibility = isPlusPanel ? Visibility.Collapsed : Visibility.Visible; + + if( isPlusPanel ) + { + BitmapImage bitmapImage = new BitmapImage(); + string desc; + + bitmapImage.BeginInit(); + switch( comboBox.SelectedIndex ) + { + case 2: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\Canvas.jpg", UriKind.Relative ); + desc = this.Resources[ "canvasPanelDescription" ] as string; + break; + case 3: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\Carousel.jpg", UriKind.Relative ); + desc = this.Resources[ "carouselDescription" ] as string; + break; + case 4: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\DockPanel.jpg", UriKind.Relative ); + desc = this.Resources[ "dockPanelDescription" ] as string; + break; + case 5: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\Grid.jpg", UriKind.Relative ); + desc = this.Resources[ "gridDescription" ] as string; + break; + case 6: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\StackPanel.jpg", UriKind.Relative ); + desc = this.Resources[ "stackPanelDescription" ] as string; + break; + case 7: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\StackedStackPanel.jpg", UriKind.Relative ); + desc = this.Resources[ "stackedStackPanelDescription" ] as string; + break; + case 8: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\AutoStretchStackPanel.jpg", UriKind.Relative ); + desc = this.Resources[ "autoStretchStackPanelDescription" ] as string; + break; + case 9: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\RelativeCanvas.jpg", UriKind.Relative ); + desc = this.Resources[ "relativeCanvasDescription" ] as string; + break; + case 10: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\RadialCanvas.jpg", UriKind.Relative ); + desc = this.Resources[ "radialCanvasDescription" ] as string; + break; + case 11: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\CameraPanel.jpg", UriKind.Relative ); + desc = this.Resources[ "cameraPanelDescription" ] as string; + break; + case 12: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\PerspectivePanel.jpg", UriKind.Relative ); + desc = this.Resources[ "perspectivePanelDescription" ] as string; + break; + case 13: + bitmapImage.UriSource = new Uri( "..\\OpenSourceImages\\AnimatedTimelinePanel.jpg", UriKind.Relative ); + desc = this.Resources[ "animatedTimelinePanelDescription" ] as string; + break; + default: throw new InvalidDataException( "LayoutcomboBox.SelectedIndex is not valid." ); + } + bitmapImage.EndInit(); + + if( _openSourceScreenShot != null ) + _openSourceScreenShot.Source = bitmapImage; + if( _openSourceScreenShotDesc != null ) + _openSourceScreenShotDesc.Text = desc; + } + } + + private void OnSwitchPanelLayoutChanged( object sender, RoutedEventArgs e ) + { + } + + + + + + + + + + + + + + + + + + + + + + + + + + + #endregion + + #region Methods (Private) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + #endregion + + } +} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Pie/Samples.Modules.Pie.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Pie/Samples.Modules.Pie.csproj index 88590113..86d6afd7 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Pie/Samples.Modules.Pie.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Pie/Samples.Modules.Pie.csproj @@ -40,9 +40,9 @@ ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Samples.Modules.PropertyGrid.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Samples.Modules.PropertyGrid.csproj index 80990be6..be3aa4d4 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Samples.Modules.PropertyGrid.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Samples.Modules.PropertyGrid.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.fr.resx b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.fr.resx index 16d80658..c162964d 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.fr.resx +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.fr.resx @@ -156,4 +156,4 @@ (Non proposé) - + \ No newline at end of file diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.resx b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.resx index a4da3d0f..d4a8948e 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.resx +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/DisplayLocalizationRes.resx @@ -156,4 +156,4 @@ (Not listed) - + \ No newline at end of file diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/ExpandableProperties.xaml.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/ExpandableProperties.xaml.cs index 063a6603..936a4cae 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/ExpandableProperties.xaml.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/ExpandableProperties.xaml.cs @@ -93,7 +93,9 @@ namespace Samples.Modules.PropertyGrid.Views person.Spouse = new Person() { FirstName = "Jane", - LastName = "Doe" + LastName = "Doe", + WritingFont = new FontFamily( "Arial" ), + WritingFontSize = 10.5 }; return person; } diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/HomeView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/HomeView.xaml index cb0aa9a0..27f12704 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/HomeView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.PropertyGrid/Views/HomeView.xaml @@ -65,7 +65,7 @@ - @@ -74,7 +74,7 @@ - + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Samples.Modules.Text.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Samples.Modules.Text.csproj index 6ce027d8..9e4499ca 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Samples.Modules.Text.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Samples.Modules.Text.csproj @@ -42,9 +42,9 @@ False ..\..\..\..\Libs\Prism\Microsoft.Practices.Unity.dll - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} @@ -78,8 +78,8 @@ MaskedTextBoxView.xaml - - MultiLineTextEditor.xaml + + MultiLineTextEditorView.xaml NavigationView.xaml @@ -105,7 +105,7 @@ Designer MSBuild:Compile - + MSBuild:Compile Designer diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MaskedTextBoxView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MaskedTextBoxView.xaml index 6aba50d4..3ab8ab7e 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MaskedTextBoxView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MaskedTextBoxView.xaml @@ -21,7 +21,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:sample="clr-namespace:Samples.Infrastructure.Controls;assembly=Samples.Infrastructure" xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" - xmlns:osb="clr-namespace:Xceed.Wpf.Toolkit.Obselete;assembly=WPFToolkit.Extended" + xmlns:osb="clr-namespace:Xceed.Wpf.Toolkit.Obselete;assembly=Xceed.Wpf.Toolkit" xmlns:s="clr-namespace:System;assembly=mscorlib" Title="MaskedTextBox" Description="The MaskedTextBox control lets you display and edit values based on a mask."> @@ -79,6 +79,7 @@ + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditor.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditorView.xaml similarity index 100% rename from ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditor.xaml rename to ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditorView.xaml diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditor.xaml.cs b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditorView.xaml.cs similarity index 87% rename from ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditor.xaml.cs rename to ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditorView.xaml.cs index bfa458c4..62380b31 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditor.xaml.cs +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/MultiLineTextEditorView.xaml.cs @@ -61,26 +61,26 @@ namespace Samples.Modules.Text.Views List movieList = new List(); movieList.Add( new Movie() { - Title = "Lords Of The Ring", + Title = "Lord Of The Rings", Review = "A great movie with many special effects.", Rating = 9 } ); movieList.Add( new Movie() { Title = "Pirates Of The Caribbean", - Review = "An epic pirate movie with ships, swords, explosion and a treasure.", + Review = "An epic pirate movie with ships, swords, explosions, and a treasure.", Rating = 9.5 } ); movieList.Add( new Movie() { Title = "Batman", - Review = "Batman returns after 8 years, stronger than ever, to deliver Gotham City from a new criminel.", + Review = "Batman returns after 8 years, stronger than ever, to deliver Gotham City from a new criminal.", Rating = 7.8 } ); movieList.Add( new Movie() { Title = "Indiana Jones", - Review = "Harrison Ford strikes back for full-pack action movie in the jungle to uncover a mysterious Crystal skull.", + Review = "Harrison Ford strikes back for an action-packed movie in the jungle to find a mysterious Crystal skull.", Rating = 6.4 } ); diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/NavigationView.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/NavigationView.xaml index e18d7a31..18964b94 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/NavigationView.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Modules/Samples.Modules.Text/Views/NavigationView.xaml @@ -20,14 +20,13 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:views="clr-namespace:Samples.Modules.Text.Views" - Header="Text" Tag="{x:Type views:HomeView}" - Style="{StaticResource newFeature}" > + Header="Text" Tag="{x:Type views:HomeView}" > + + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Resources/TreeViewStyles.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Resources/TreeViewStyles.xaml index 74e50651..a507da3e 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Resources/TreeViewStyles.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Resources/TreeViewStyles.xaml @@ -18,8 +18,11 @@ ********************************************************************--> + + + - + @@ -95,8 +98,6 @@ + diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Samples.csproj b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Samples.csproj index b37c4d80..348d93e8 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Samples.csproj +++ b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Samples.csproj @@ -87,9 +87,9 @@ - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit {A4A049A4-665A-4651-9046-7D06E9D0CCDC} diff --git a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Shell.xaml b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Shell.xaml index 5c2a5dca..85c987d7 100644 --- a/ExtendedWPFToolkitSolution/Src/Samples/Samples/Shell.xaml +++ b/ExtendedWPFToolkitSolution/Src/Samples/Samples/Shell.xaml @@ -22,7 +22,7 @@ xmlns:infCommands="clr-namespace:Samples.Infrastructure.Commands;assembly=Samples.Infrastructure" xmlns:prism="http://www.codeplex.com/CompositeWPF" Background="Black" - Title="Extended WPF Toolkit - Samples" Height="768" Width="1024" > + Title="Extended WPF Toolkit - Samples" Height="768" Width="1050" > diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs index 7ab602d5..3e4dde5a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/EmptyDataItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs index de00e5b3..6b34ba11 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListEnumerator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListEnumerator.cs index 8e940772..7f750628 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListEnumerator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListEnumerator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListTableOfContent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListTableOfContent.cs index 2b4ef5d3..d7ac905d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListTableOfContent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualListTableOfContent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPage.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPage.cs index 1fc98dde..d3a5aaad 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPage.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPage.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPageManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPageManager.cs index 1262765d..ba07bd50 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPageManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualPageManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemInfo.cs index 9ab7e133..05eb1109 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemValueCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemValueCollection.cs index 067cbfa1..b58e9240 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemValueCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(DataVirtualization)/VirtualizedItemValueCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataGridForeignKeyDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataGridForeignKeyDescription.cs index 1488fd8d..e55aa52e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataGridForeignKeyDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataGridForeignKeyDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataTableForeignKeyDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataTableForeignKeyDescription.cs index 761f46a9..fa7d6a38 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataTableForeignKeyDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/(ForeignKeys)/DataTableForeignKeyDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncCommitInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncCommitInfo.cs index d128eeb2..32e57c8f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncCommitInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncCommitInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfo.cs index ea20ca80..af11e831 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfoWeakComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfoWeakComparer.cs index 38752b83..4798fa7e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfoWeakComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AsyncQueryInfoWeakComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AutoFilterValuesChangedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AutoFilterValuesChangedEventArgs.cs index f06d7219..313447ee 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AutoFilterValuesChangedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/AutoFilterValuesChangedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/BindingPathValueExtractor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/BindingPathValueExtractor.cs index 20f649f4..e19eaf81 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/BindingPathValueExtractor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/BindingPathValueExtractor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CollectionViewGroupExtensions.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CollectionViewGroupExtensions.cs index 198326ed..0114466a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CollectionViewGroupExtensions.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CollectionViewGroupExtensions.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CommitItemsEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CommitItemsEvent.cs index 877320c3..f35ac77e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CommitItemsEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CommitItemsEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfiguration.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfiguration.cs index 39730f21..58bdf23f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfiguration.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfiguration.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfigurationCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfigurationCollection.cs index 82dccc5b..ebc1b90f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfigurationCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemConfigurationCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemFilterEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemFilterEventArgs.cs index 0eec28ac..c8a8814a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemFilterEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/CustomDistinctValueItemFilterEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionView.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionView.cs index be4e42f5..11a1690f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionView.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionView.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBase.cs index 1109f868..ea25ec26 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBaseDataProvider.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBaseDataProvider.cs index 3a6beadf..e32413a8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBaseDataProvider.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewBaseDataProvider.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewDataProvider.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewDataProvider.cs index 28f50240..757b0506 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewDataProvider.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewDataProvider.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewEnumerator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewEnumerator.cs index d4dd9815..514bb4e0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewEnumerator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewEnumerator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroup.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroup.cs index 3a131256..af81b1f3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroup.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroup.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupRoot.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupRoot.cs index 87867c54..acd60493 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupRoot.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupRoot.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupSort.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupSort.cs index f98798e9..5da6308e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupSort.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewGroupSort.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSort.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSort.cs index 850e34da..d7a431dd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSort.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSort.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSource.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSource.cs index 571a7f80..2ac951e2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSource.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSource.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSourceBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSourceBase.cs index 42ce4d6a..8fa2a03f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSourceBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCollectionViewSourceBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCommittingNewItemEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCommittingNewItemEvent.cs index ddc531fb..b8a8e5ce 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCommittingNewItemEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCommittingNewItemEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCreatingNewItemEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCreatingNewItemEvent.cs index f0e91bde..31e5e524 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCreatingNewItemEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridCreatingNewItemEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescription.cs index 848848d5..348d5763 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescriptionCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescriptionCollection.cs index a1f672fd..008387dc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescriptionCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridDetailDescriptionCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupDescription.cs index 2ab17ef6..b0691eff 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupInfo.cs index 2f81f1d9..7cdc6f8d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridGroupInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemCancelEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemCancelEvent.cs index 57915ea4..9d60edd8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemCancelEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemCancelEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemEvent.cs index 71fe275f..474489b7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemHandledEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemHandledEvent.cs index 631979b6..dd568e77 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemHandledEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemHandledEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.PropertyDescriptorFromItemProperty.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.PropertyDescriptorFromItemProperty.cs index cc0e0fba..717bbfc4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.PropertyDescriptorFromItemProperty.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.PropertyDescriptorFromItemProperty.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.cs index f63cf329..3e617912 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemProperty.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.PropertyDescriptorFromItemPropertyBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.PropertyDescriptorFromItemPropertyBase.cs index 346a1cd2..a120121f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.PropertyDescriptorFromItemPropertyBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.PropertyDescriptorFromItemPropertyBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.cs index f045af49..92c8855c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCollection.cs index cc82f558..e26e44fb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCommittingValue.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCommittingValue.cs index 176d73df..9af86878 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCommittingValue.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyCommittingValue.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyDictionary.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyDictionary.cs index c60207eb..9bfd6cf7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyDictionary.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyDictionary.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyQueryValueEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyQueryValueEvent.cs index d20262b8..f72532ac 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyQueryValueEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemPropertyQueryValueEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemRemovedEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemRemovedEvent.cs index 88ebf001..6fb6d533 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemRemovedEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridItemRemovedEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridLINQPageManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridLINQPageManager.cs index 0ebd7eed..afcfd996 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridLINQPageManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridLINQPageManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManager.cs index 1dcde2cc..9493af15 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManagerBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManagerBase.cs index 23029f9d..c6faa9a7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManagerBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridPageManagerBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridRemovingItemEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridRemovingItemEvent.cs index 30e74826..e8cbd9e0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridRemovingItemEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridRemovingItemEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridSortDescriptionCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridSortDescriptionCollection.cs index c18a9bc3..f28d41bb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridSortDescriptionCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridSortDescriptionCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridUnboundItemProperty.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridUnboundItemProperty.cs index f9750c35..37863d03 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridUnboundItemProperty.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridUnboundItemProperty.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionView.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionView.cs index 8b6981dd..2e6922a2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionView.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionView.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewBase.cs index 138dcd40..3935e610 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewDataProvider.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewDataProvider.cs index de7522d4..c94a324e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewDataProvider.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewDataProvider.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroup.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroup.cs index 2e201425..48c2871b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroup.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroup.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupBase.cs index f530c8dd..9a7cace6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupRoot.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupRoot.cs index 91208bbc..0dbb38c0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupRoot.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewGroupRoot.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSource.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSource.cs index a8f6af0b..acc6151d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSource.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSource.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSourceBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSourceBase.cs index 03a782d2..69deec35 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSourceBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingCollectionViewSourceBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -31,7 +28,6 @@ namespace Xceed.Wpf.DataGrid { public DataGridVirtualizingCollectionViewSourceBase() { - this.Source = null; m_isInitialized = true; diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionView.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionView.cs index 3f05b78a..c0ef6b08 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionView.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionView.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewDataProvider.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewDataProvider.cs index e111de8b..9b432e4b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewDataProvider.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewDataProvider.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroup.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroup.cs index 78a3b3df..bd6266d4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroup.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroup.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroupRoot.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroupRoot.cs index 3cfeb821..b281b26b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroupRoot.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewGroupRoot.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewSource.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewSource.cs index 28999fce..e1209be5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewSource.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataGridVirtualizingQueryableCollectionViewSource.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRelationDetailDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRelationDetailDescription.cs index ca652c74..19b37ed4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRelationDetailDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRelationDetailDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRowColumnPropertyDescriptor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRowColumnPropertyDescriptor.cs index b40f714b..f8a132ed 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRowColumnPropertyDescriptor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DataRowColumnPropertyDescriptor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperation.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperation.cs index 8874340e..02e1a383 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperation.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperation.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperationManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperationManager.cs index 1db59c40..ec7aa9ab 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperationManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DeferredOperationManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DistinctValuesDictionary.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DistinctValuesDictionary.cs index 85378632..054b802e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DistinctValuesDictionary.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/DistinctValuesDictionary.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EmptyDataItemSafePropertyDescriptor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EmptyDataItemSafePropertyDescriptor.cs index 8a5aaf31..3a032fdf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EmptyDataItemSafePropertyDescriptor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EmptyDataItemSafePropertyDescriptor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EntityDetailDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EntityDetailDescription.cs index 8e3bd4bb..7b04871d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EntityDetailDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EntityDetailDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EnumerableDetailDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EnumerableDetailDescription.cs index 16d29735..e2639f3c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EnumerableDetailDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/EnumerableDetailDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupDescriptionCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupDescriptionCollection.cs index b896f4ac..4a9ebede 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupDescriptionCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupDescriptionCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupNameCountPair.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupNameCountPair.cs index ffe8251b..4eba5935 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupNameCountPair.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupNameCountPair.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupSortComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupSortComparer.cs index 7b80cb03..8277ad7b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupSortComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/GroupSortComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/JaggedArrayPropertyDescriptor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/JaggedArrayPropertyDescriptor.cs index 0a382cea..023df14a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/JaggedArrayPropertyDescriptor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/JaggedArrayPropertyDescriptor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/ListSourceDetailDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/ListSourceDetailDescription.cs index 4f406ff1..8a97b5d9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/ListSourceDetailDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/ListSourceDetailDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/OptimizedReadOnlyObservableCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/OptimizedReadOnlyObservableCollection.cs index 821a5852..a3e2519f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/OptimizedReadOnlyObservableCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/OptimizedReadOnlyObservableCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyDetailDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyDetailDescription.cs index 140e944c..a065c06c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyDetailDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyDetailDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyRelationAttribute.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyRelationAttribute.cs index f40950c8..b30e22e6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyRelationAttribute.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/PropertyRelationAttribute.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryAutoFilterDistinctValuesEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryAutoFilterDistinctValuesEvent.cs index e3e8eaae..985f43b0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryAutoFilterDistinctValuesEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryAutoFilterDistinctValuesEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryDistinctValueEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryDistinctValueEventArgs.cs index d63d41a3..e84052ee 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryDistinctValueEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryDistinctValueEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryEntityDetailsEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryEntityDetailsEventArgs.cs index 4365ef22..922ffa2a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryEntityDetailsEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryEntityDetailsEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryGroupsEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryGroupsEventArgs.cs index 7782ea2e..65faba13 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryGroupsEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryGroupsEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemCountEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemCountEvent.cs index b35d1563..0530d5b4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemCountEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemCountEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemsEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemsEvent.cs index 331483ce..015a82f5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemsEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryItemsEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryableExtensions.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryableExtensions.cs index 6690d2c0..62e02d7a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryableExtensions.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/QueryableExtensions.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItem.cs index f752bbfb..5924dde0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemIndexComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemIndexComparer.cs index ce8d4f7a..0c5f5ea0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemIndexComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemIndexComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemSortComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemSortComparer.cs index 2d4c52ba..761f2e5f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemSortComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/RawItemSortComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SelfPropertyDescriptor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SelfPropertyDescriptor.cs index c3fd80c0..1993460f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SelfPropertyDescriptor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SelfPropertyDescriptor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortDescriptionsSyncContext.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortDescriptionsSyncContext.cs index 7dd423c3..218e6a7d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortDescriptionsSyncContext.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortDescriptionsSyncContext.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortedDescriptionInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortedDescriptionInfo.cs index aa2f94fe..fe697cf4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortedDescriptionInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SortedDescriptionInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SourceItemCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SourceItemCollection.cs index 6679204d..727dc56e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SourceItemCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/SourceItemCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/StatResultComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/StatResultComparer.cs index 8b0b8009..7e69d1ab 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/StatResultComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/StatResultComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataItem.cs index dc23b7a3..a4931f9d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataRowPropertyDescriptor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataRowPropertyDescriptor.cs index 7e3aebd3..900aa7a1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataRowPropertyDescriptor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(CollectionView)/UnboundDataRowPropertyDescriptor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/DataTableForeignKeyConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/DataTableForeignKeyConverter.cs index 1c669c57..cc3ecf73 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/DataTableForeignKeyConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/DataTableForeignKeyConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConfiguration.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConfiguration.cs index 94f5c402..7c1ca2f2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConfiguration.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConfiguration.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyContentControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyContentControl.cs index fab8b773..e4b83309 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyContentControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyContentControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConverter.cs index d05dd26b..537f1397 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyGroupContentControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyGroupContentControl.cs index 1652236d..b4f3c311 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyGroupContentControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyGroupContentControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyScrollTipContentControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyScrollTipContentControl.cs index 3312086d..a3d66220 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyScrollTipContentControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(ForeignKeys)/ForeignKeyScrollTipContentControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CollectionGeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CollectionGeneratorNode.cs index 8641d0a9..78683278 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CollectionGeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CollectionGeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthChangedHandler.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthChangedHandler.cs index f5c6aadb..dd262b3c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthChangedHandler.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthChangedHandler.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthEventManager.cs index b0546ec7..62f5dbdd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ColumnActualWidthEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ContainersRemovedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ContainersRemovedEventArgs.cs index a2c500cf..f3714edc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ContainersRemovedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ContainersRemovedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CurrentColumnChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CurrentColumnChangedEventManager.cs index f0ba68fc..99a6baef 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CurrentColumnChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CurrentColumnChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomGeneratorChangedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomGeneratorChangedEventArgs.cs index 99ab2a9f..be25a5ff 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomGeneratorChangedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomGeneratorChangedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomItemContainerGenerator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomItemContainerGenerator.cs index 620cd2bc..4acb1605 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomItemContainerGenerator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/CustomItemContainerGenerator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DetailGeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DetailGeneratorNode.cs index baa52c53..cb8a7794 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DetailGeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DetailGeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventArgs.cs index 4655a9a0..c8f6a966 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventManager.cs index 24e145af..4f15ed6a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/DistinctValuesRequestedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ExpansionStateEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ExpansionStateEventArgs.cs index 91d5bc88..de2f5e65 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ExpansionStateEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ExpansionStateEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNode.cs index fdfbf487..a6765d7a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeFactory.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeFactory.cs index a15621d8..fb20f0fb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeFactory.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeFactory.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeHelper.cs index fc68d1dd..0cf74a46 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GeneratorNodeHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupGeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupGeneratorNode.cs index 8ff7103b..f46b1517 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupGeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupGeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItem.cs index 38bba9c3..ffd687d0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItemTemplate.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItemTemplate.cs index 72f8f849..60455e21 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItemTemplate.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupHeaderFooterItemTemplate.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupNamesTreeKey.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupNamesTreeKey.cs index d4210c2c..bc27b129 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupNamesTreeKey.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/GroupNamesTreeKey.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/HeadersFootersGeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/HeadersFootersGeneratorNode.cs index 63469bd9..064a0aa7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/HeadersFootersGeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/HeadersFootersGeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ICustomItemContainerGenerator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ICustomItemContainerGenerator.cs index 3e8925f6..07354a26 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ICustomItemContainerGenerator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ICustomItemContainerGenerator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/IInhibitGenPosToIndexUpdating.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/IInhibitGenPosToIndexUpdating.cs index 155cb604..2b98bb20 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/IInhibitGenPosToIndexUpdating.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/IInhibitGenPosToIndexUpdating.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemContextVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemContextVisitor.cs index a7912a6f..93f882a7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemContextVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemContextVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemsGeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemsGeneratorNode.cs index 25458db4..6a09dae4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemsGeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/ItemsGeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NamesTreeGroupFinderVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NamesTreeGroupFinderVisitor.cs index 206974f3..7d411049 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NamesTreeGroupFinderVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NamesTreeGroupFinderVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NotifyCollectionChangedGeneratorNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NotifyCollectionChangedGeneratorNode.cs index 9988c5a9..58590ce3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NotifyCollectionChangedGeneratorNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/NotifyCollectionChangedGeneratorNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RangeSelectionVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RangeSelectionVisitor.cs index 51e34108..bc3fd563 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RangeSelectionVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RangeSelectionVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventArgs.cs index faaadf1c..0d2e423a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventManager.cs index 01e97756..ae8b1c55 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/RealizedContainersRequestedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreDataGridContextStateVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreDataGridContextStateVisitor.cs index 3da0f4ab..7d34dee8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreDataGridContextStateVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreDataGridContextStateVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreGlobalStateVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreGlobalStateVisitor.cs index 5fc6df4e..58eb022a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreGlobalStateVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreGlobalStateVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreStateVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreStateVisitor.cs index 7137fc7f..386d7a3f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreStateVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SaveRestoreStateVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SelectAllVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SelectAllVisitor.cs index 93eb282d..18020348 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SelectAllVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/SelectAllVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedComparer.cs index 6413b3e7..e4fcfa8d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedReverseComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedReverseComparer.cs index 2076b7ad..24a84a78 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedReverseComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedReverseComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedStruct.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedStruct.cs index 27fb84d9..bbabd709 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedStruct.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/StickyContainerGeneratedStruct.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibilityChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibilityChangedEventManager.cs index 83a71df5..5051483c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibilityChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibilityChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibleColumnsUpdatedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibleColumnsUpdatedEventManager.cs index e4669df5..a12c382e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibleColumnsUpdatedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/VisibleColumnsUpdatedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/WeakDataGridContextKey.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/WeakDataGridContextKey.cs index 5932062e..1822c2a2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/WeakDataGridContextKey.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(Generator)/WeakDataGridContextKey.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/AutoFilterModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/AutoFilterModeEnum.cs index 9faca5ca..9c0ed0b6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/AutoFilterModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/AutoFilterModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CellEditorDisplayConditionsEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CellEditorDisplayConditionsEnum.cs index c15ee513..e0bdbcc6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CellEditorDisplayConditionsEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CellEditorDisplayConditionsEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ColumnWidthUnitTypeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ColumnWidthUnitTypeEnum.cs index 14b11a3e..c5a17ad8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ColumnWidthUnitTypeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ColumnWidthUnitTypeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CommitModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CommitModeEnum.cs index 3f0f26b4..66adeda0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CommitModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CommitModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CompareResultEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CompareResultEnum.cs index 1d7431b3..771c12f9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CompareResultEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/CompareResultEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ConnectionLineAlignmentEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ConnectionLineAlignmentEnum.cs index e12768c3..2482ac38 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ConnectionLineAlignmentEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ConnectionLineAlignmentEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridConnectionStateEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridConnectionStateEnum.cs index a0be0e73..74d72dc0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridConnectionStateEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridConnectionStateEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridContextVisitorTypeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridContextVisitorTypeEnum.cs index a40ee2cb..5ba4c25a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridContextVisitorTypeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridContextVisitorTypeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridUpdateSourceTriggerEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridUpdateSourceTriggerEnum.cs index d5fc347d..04d899bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridUpdateSourceTriggerEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DataGridUpdateSourceTriggerEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DeletingSelectedItemErrorActionEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DeletingSelectedItemErrorActionEnum.cs index ed3a65ab..0b531929 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DeletingSelectedItemErrorActionEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DeletingSelectedItemErrorActionEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesConstraintEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesConstraintEnum.cs index 0d3f3dbf..918c08cd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesConstraintEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesConstraintEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesUpdateModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesUpdateModeEnum.cs index 362fb6be..8a1b11fb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesUpdateModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DistinctValuesUpdateModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DropMarkAlignmentEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DropMarkAlignmentEnum.cs index 899d6c28..c3458fc4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DropMarkAlignmentEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/DropMarkAlignmentEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/EditTriggersEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/EditTriggersEnum.cs index 6bacafaa..4f9ce0ed 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/EditTriggersEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/EditTriggersEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterCriteriaModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterCriteriaModeEnum.cs index c85b38e3..1f55b0dd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterCriteriaModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterCriteriaModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterOperatorPrecedenceEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterOperatorPrecedenceEnum.cs index 0ca84fa3..d7a63797 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterOperatorPrecedenceEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterOperatorPrecedenceEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterTokenPriorityEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterTokenPriorityEnum.cs index 7db43dd1..a0c47125 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterTokenPriorityEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/FilterTokenPriorityEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/GeneratorNodeTypeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/GeneratorNodeTypeEnum.cs index f7212e3a..66352507 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/GeneratorNodeTypeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/GeneratorNodeTypeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/InsertionModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/InsertionModeEnum.cs index d1e6d85f..9ffe71eb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/InsertionModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/InsertionModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ItemScrollingBehaviorEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ItemScrollingBehaviorEnum.cs index 6edb9200..42f4bf1d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ItemScrollingBehaviorEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ItemScrollingBehaviorEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/NavigationBehaviorEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/NavigationBehaviorEnum.cs index cc1452cf..ad5baa51 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/NavigationBehaviorEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/NavigationBehaviorEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PagingBehaviorEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PagingBehaviorEnum.cs index b92d9440..a4b8883f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PagingBehaviorEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PagingBehaviorEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PrimaryAxisEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PrimaryAxisEnum.cs index b7153c63..d69d2d90 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PrimaryAxisEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/PrimaryAxisEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollDirectionEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollDirectionEnum.cs index 6181e51b..0fae7079 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollDirectionEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollDirectionEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollOrientationEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollOrientationEnum.cs index 686d830d..6b2b6c4d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollOrientationEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ScrollOrientationEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SelectionUnitEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SelectionUnitEnum.cs index 9ac97835..9089399a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SelectionUnitEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SelectionUnitEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SortDirectionEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SortDirectionEnum.cs index 80088380..738c6c35 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SortDirectionEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/SortDirectionEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ValidationModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ValidationModeEnum.cs index ee5d8fc1..3d24e409 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ValidationModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/(enums)/ValidationModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGesture.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGesture.cs index 87760970..6af04262 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGesture.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGesture.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGestureCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGestureCollection.cs index a80c8907..c0b8097e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGestureCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ActivationGestureCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AddingNewDataItemEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AddingNewDataItemEvent.cs index 6809d4fc..85da6bf6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AddingNewDataItemEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AddingNewDataItemEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AllowDetailToggleChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AllowDetailToggleChangedEventManager.cs index 4159d427..eb05d3f0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AllowDetailToggleChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AllowDetailToggleChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfo.cs index c3c19fcc..0b2ede2d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -22,7 +19,7 @@ internal static class _XceedVersionInfo { [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )] - public const string BaseVersion = "1.8"; + public const string BaseVersion = "1.9"; [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )] public const string Version = BaseVersion + ".0.0"; [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )] diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfoCommon.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfoCommon.cs index d9308cb5..e67d3d81 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfoCommon.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/AssemblyVersionInfoCommon.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationPeerExtensions.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationPeerExtensions.cs index ab51ff3c..d9a46b64 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationPeerExtensions.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationPeerExtensions.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationQueryEvents.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationQueryEvents.cs index 37161f32..8f91b1f0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationQueryEvents.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/AutomationQueryEvents.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/CellAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/CellAutomationPeer.cs index e1583c2e..776facf7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/CellAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/CellAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerCellAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerCellAutomationPeer.cs index 83f822b3..80f0cfb6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerCellAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerCellAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerRowAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerRowAutomationPeer.cs index b0bfc836..3099effd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerRowAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/ColumnManagerRowAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridContextAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridContextAutomationPeer.cs index 5924dbea..ffb9551e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridContextAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridContextAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridControlAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridControlAutomationPeer.cs index 11d942ce..98fdb58d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridControlAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridControlAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridGroupAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridGroupAutomationPeer.cs index 1a6d3cb4..17246c2c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridGroupAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridGroupAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemAutomationPeer.cs index c3e150a1..01b7466c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemCellAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemCellAutomationPeer.cs index 39892c5d..d25dd7f5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemCellAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/DataGridItemCellAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/HeaderFooterItemAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/HeaderFooterItemAutomationPeer.cs index bf15417f..f492f5a7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/HeaderFooterItemAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/HeaderFooterItemAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryAutomationIdRoutedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryAutomationIdRoutedEventArgs.cs index 3b77e6b7..647cffe4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryAutomationIdRoutedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryAutomationIdRoutedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryHelpTextRoutedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryHelpTextRoutedEventArgs.cs index a1b4f5ef..a80a163a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryHelpTextRoutedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryHelpTextRoutedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemStatusRoutedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemStatusRoutedEventArgs.cs index 3c9e9838..b7cfb798 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemStatusRoutedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemStatusRoutedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemTypeRoutedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemTypeRoutedEventArgs.cs index b7166e5b..abc41eb1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemTypeRoutedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryItemTypeRoutedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryNameRoutedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryNameRoutedEventArgs.cs index 065aaa45..60023a73 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryNameRoutedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/QueryNameRoutedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/RowAutomationPeer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/RowAutomationPeer.cs index 61fc6c3e..e1cda763 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/RowAutomationPeer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Automation/RowAutomationPeer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CanBeCurrentWhenReadOnlyChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CanBeCurrentWhenReadOnlyChangedEventManager.cs index fa33b19a..1de65995 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CanBeCurrentWhenReadOnlyChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CanBeCurrentWhenReadOnlyChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CancelRoutedEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CancelRoutedEvent.cs index 95c7871e..7e565414 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CancelRoutedEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CancelRoutedEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Cell.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Cell.cs index 948dbc27..519dc1cc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Cell.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Cell.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellCollection.cs index 78244e39..a93f5865 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentPresenter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentPresenter.cs index 334e054c..56616e0c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentPresenter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentPresenter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentTemplateChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentTemplateChangedEventManager.cs index 8eddec54..2f6a7ddb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentTemplateChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellContentTemplateChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditor.cs index 113c6510..acd0f66a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorContext.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorContext.cs index f9aa4ff9..2e9a87df 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorContext.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorContext.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorDisplayConditionsChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorDisplayConditionsChangedEventManager.cs index a9991e12..847dc75f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorDisplayConditionsChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellEditorDisplayConditionsChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellState.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellState.cs index 476c0c5f..7fecc00c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellState.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellState.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidatingEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidatingEvent.cs index 5bc51681..4f3d7f8d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidatingEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidatingEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationContext.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationContext.cs index 644e461e..c4d2d043 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationContext.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationContext.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationError.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationError.cs index 1df02ff0..5b266bf5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationError.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationError.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationErrorRoutedEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationErrorRoutedEvent.cs index 4f8a9022..50d57c8c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationErrorRoutedEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CellValidationErrorRoutedEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.cs index 05ab14c2..0a9cacd2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.xaml index 3527b295..a6edcf64 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.GenericContentTemplateSelectorResources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.cs index a866658e..c5ac6ed6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Column.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnBase.cs index 5d7ec190..4636e7e7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnCollection.cs index 2cb8070d..7ad7c48f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerCell.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerCell.cs index 9bbf5077..028c8a22 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerCell.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerCell.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerRow.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerRow.cs index 26d90af3..fe814e72 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerRow.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnManagerRow.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnReorderingEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnReorderingEvent.cs index a8d167cc..746687bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnReorderingEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnReorderingEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnVisibilePositionChangedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnVisibilePositionChangedEventArgs.cs index e6237fca..e4c3b939 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnVisibilePositionChangedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnVisibilePositionChangedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnWidth.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnWidth.cs index 34fdc2a8..c224ff07 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnWidth.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ColumnWidth.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ContainerSizeState.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ContainerSizeState.cs index 8c9641b0..1a5841af 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ContainerSizeState.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ContainerSizeState.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ColumnWidthConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ColumnWidthConverter.cs index 4e98b1ac..4baeb69e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ColumnWidthConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ColumnWidthConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/CurrencyConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/CurrencyConverter.cs index d690d3a2..9687cf3e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/CurrencyConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/CurrencyConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/DefaultDataConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/DefaultDataConverter.cs index 0a21e0e4..ffc01a19 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/DefaultDataConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/DefaultDataConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/EmptyStringToBooleanConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/EmptyStringToBooleanConverter.cs index ba61d858..5eb7b598 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/EmptyStringToBooleanConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/EmptyStringToBooleanConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToForeignKeyConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToForeignKeyConverter.cs index d1b1421c..6720fb84 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToForeignKeyConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToForeignKeyConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToNullableBoolConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToNullableBoolConverter.cs index fa841c10..238abd20 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToNullableBoolConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/FilterCriterionToNullableBoolConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/GreaterThanZeroConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/GreaterThanZeroConverter.cs index 79d15dae..3bfcf7fe 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/GreaterThanZeroConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/GreaterThanZeroConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ImageConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ImageConverter.cs index 38919beb..3afd37dd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ImageConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ImageConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IndexToOddConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IndexToOddConverter.cs index d0d78b2e..613939e4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IndexToOddConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IndexToOddConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IntAdditionConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IntAdditionConverter.cs index d12ea46a..a808af24 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IntAdditionConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/IntAdditionConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/InverseBooleanConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/InverseBooleanConverter.cs index 0327cc9b..907af8a3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/InverseBooleanConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/InverseBooleanConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/LevelToOpacityConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/LevelToOpacityConverter.cs index 67677db2..e15c5d3c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/LevelToOpacityConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/LevelToOpacityConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/MultimodalResultConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/MultimodalResultConverter.cs index 9423c718..f8b4c684 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/MultimodalResultConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/MultimodalResultConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NegativeDoubleConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NegativeDoubleConverter.cs index e8d5f5ff..5d27d1d0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NegativeDoubleConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NegativeDoubleConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NullToBooleanConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NullToBooleanConverter.cs index 20a07af0..99798653 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NullToBooleanConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/NullToBooleanConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SortingDirectionToBooleanConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SortingDirectionToBooleanConverter.cs index 72371488..8d448b54 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SortingDirectionToBooleanConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SortingDirectionToBooleanConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SourceDataConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SourceDataConverter.cs index 13f68022..57fee348 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SourceDataConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SourceDataConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StatResultConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StatResultConverter.cs index 8aa0fa14..32a52c0d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StatResultConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StatResultConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StringFormatConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StringFormatConverter.cs index 288afb35..f3de4784 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StringFormatConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/StringFormatConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SynchronizedScrollViewerMultiConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SynchronizedScrollViewerMultiConverter.cs index a402f5c9..cdb9099b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SynchronizedScrollViewerMultiConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/SynchronizedScrollViewerMultiConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ThicknessConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ThicknessConverter.cs index a169d70a..4b7f16be 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ThicknessConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ThicknessConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TreeViewLineConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TreeViewLineConverter.cs index 44efde44..6e9299f9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TreeViewLineConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TreeViewLineConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToBooleanConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToBooleanConverter.cs index 4663f464..c48b96bc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToBooleanConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToBooleanConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToVisibilityConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToVisibilityConverter.cs index 1831c0a8..8a7aa991 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToVisibilityConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/TypeToVisibilityConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ValueToMaskedTextConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ValueToMaskedTextConverter.cs index 3178c02e..3e7ecac3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ValueToMaskedTextConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Converters/ValueToMaskedTextConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CurrencyManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CurrencyManager.cs index 79e1e66d..f1c1e112 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CurrencyManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/CurrencyManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataCell.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataCell.cs index 53142a61..9b9055bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataCell.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataCell.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridBindingInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridBindingInfo.cs index 5b496852..42c31e43 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridBindingInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridBindingInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCheckBox.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCheckBox.cs index 23a20c72..d0507ffd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCheckBox.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCheckBox.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCommands.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCommands.cs index d98e205a..9cb2be57 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCommands.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCommands.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridContext.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridContext.cs index 31496c6e..f432f742 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridContext.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridContext.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControl.cs index a634fa2e..629adc19 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -907,7 +904,6 @@ namespace Xceed.Wpf.DataGrid private static object SelectionUnitCoerceValueCallback( DependencyObject sender, object value ) { - return value; } diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlSelectionChangedWeakEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlSelectionChangedWeakEventManager.cs index 292b3411..645e3afb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlSelectionChangedWeakEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlSelectionChangedWeakEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlTemplateChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlTemplateChangedEventManager.cs index 0ca65b98..f6f03ad8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlTemplateChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridControlTemplateChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangedEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangedEvent.cs index dd64ddf0..c0aec71b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangedEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangedEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangingEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangingEvent.cs index 4f314da5..8e281406 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangingEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridCurrentChangingEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridDatePicker.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridDatePicker.cs index 7bbbd0f8..861e4af8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridDatePicker.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridDatePicker.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -61,10 +58,14 @@ namespace Xceed.Wpf.DataGrid if( InputValidationError != null ) { InputValidationErrorEventArgs args = ( _commitException != null ) - ? new InputValidationErrorEventArgs( _commitException.Message ) - : new InputValidationErrorEventArgs( e.Text ); + ? new InputValidationErrorEventArgs( _commitException ) + : new InputValidationErrorEventArgs( e.Exception ); InputValidationError( this, args ); + if( args.ThrowException ) + { + throw args.Exception; + } } } @@ -72,8 +73,9 @@ namespace Xceed.Wpf.DataGrid #region Method - public void CommitInput() + public bool CommitInput() { + bool returnValue = true; try { // Null or empty string is a null date; @@ -95,7 +97,10 @@ namespace Xceed.Wpf.DataGrid // This will raise the "DateValidationError" event from the datepicker Text = "Invalid"; _commitException = null; + returnValue = false; } + + return returnValue; } #endregion diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridException.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridException.cs index a4784d82..d376a112 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridException.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridException.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridFocusException.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridFocusException.cs index aa040cf4..58f39151 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridFocusException.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridFocusException.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridInternalException.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridInternalException.cs index 0bf84502..7af36fdf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridInternalException.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridInternalException.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridItemsHost.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridItemsHost.cs index 11971c7f..bf5b8bd2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridItemsHost.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridItemsHost.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangedEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangedEvent.cs index bdd285c9..0540a7b0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangedEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangedEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangingEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangingEvent.cs index 5e5881ca..c11c99a6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangingEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridSelectionChangingEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridValidationException.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridValidationException.cs index 3bc1c00f..fdafd1e8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridValidationException.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridValidationException.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridVirtualizingPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridVirtualizingPanel.cs index 8b33248e..44e383f7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridVirtualizingPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataGridVirtualizingPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRow.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRow.cs index 1b833b19..a102a0fa 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRow.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRow.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRowEditableWrapper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRowEditableWrapper.cs index ea937d7e..8a8ea3fb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRowEditableWrapper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DataRowEditableWrapper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml index 369edfc9..a586bc46 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -21,7 +18,7 @@ x:ClassModifier="internal" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:xctk="clr-namespace:Xceed.Wpf.Toolkit;assembly=WPFToolkit.Extended" + xmlns:xctk="clr-namespace:Xceed.Wpf.Toolkit;assembly=Xceed.Wpf.Toolkit" xmlns:local="clr-namespace:Xceed.Wpf.DataGrid" xmlns:conv="clr-namespace:Xceed.Wpf.DataGrid.Converters" xmlns:markup="clr-namespace:Xceed.Wpf.DataGrid.Markup" diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml.cs index 16d594ae..6b5228c9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultCellEditorSelector.xaml.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultDetailConfiguration.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultDetailConfiguration.cs index 143fe6c2..7037adc1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultDetailConfiguration.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DefaultDetailConfiguration.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DeletingSelectedItemErrorRoutedEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DeletingSelectedItemErrorRoutedEventArgs.cs index 73da296f..945cd71c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DeletingSelectedItemErrorRoutedEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DeletingSelectedItemErrorRoutedEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfiguration.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfiguration.cs index 7f686394..559fbb45 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfiguration.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfiguration.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfigurationCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfigurationCollection.cs index e7d34319..dc792a0d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfigurationCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailConfigurationCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailIndicator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailIndicator.cs index 84fc6341..1540b2c4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailIndicator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailIndicator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailVisibilityChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailVisibilityChangedEventManager.cs index 5bc4b623..a1215489 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailVisibilityChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailVisibilityChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailsChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailsChangedEventManager.cs index ddd78727..0a5007a9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailsChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DetailsChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DropMarkAdorner.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DropMarkAdorner.cs index 7518ffae..be1d3772 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DropMarkAdorner.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/DropMarkAdorner.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/ClipboardExporterBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/ClipboardExporterBase.cs index bcb510bc..5cd3800b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/ClipboardExporterBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/ClipboardExporterBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/CsvClipboardExporter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/CsvClipboardExporter.cs index 6f16d69e..0a91aa84 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/CsvClipboardExporter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/CsvClipboardExporter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/XceedDataObject.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/XceedDataObject.cs index 6440e63e..b3176646 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/XceedDataObject.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/(Clipboard)/XceedDataObject.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/CsvFormatSettings.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/CsvFormatSettings.cs index a1991629..f5a7f9b3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/CsvFormatSettings.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/CsvFormatSettings.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatHelper.cs index 749aff83..56f86b1c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatSettingsBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatSettingsBase.cs index 066f6003..c24b8a11 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatSettingsBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Export/FormatSettingsBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelector.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelector.cs index 2491b462..43a9c3c5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelector.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelector.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItem.cs index 69d6514b..825d12f1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItemCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItemCollection.cs index e86cab87..e0d76e76 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItemCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FieldNameGroupConfigurationSelectorItemCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/AndFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/AndFilterCriterion.cs index dbc35f18..b7a4e8a3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/AndFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/AndFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/ContainsFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/ContainsFilterCriterion.cs index 421d7ab1..f06f78c7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/ContainsFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/ContainsFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/CriterionDescriptorAttribute.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/CriterionDescriptorAttribute.cs index 8362faa5..f13cc65a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/CriterionDescriptorAttribute.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/CriterionDescriptorAttribute.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/DifferentThanFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/DifferentThanFilterCriterion.cs index 97a33e89..5614933c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/DifferentThanFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/DifferentThanFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EndsWithFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EndsWithFilterCriterion.cs index c8412c49..441a0c98 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EndsWithFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EndsWithFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EqualToFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EqualToFilterCriterion.cs index 4755c3b6..a03d23e2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EqualToFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/EqualToFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/FilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/FilterCriterion.cs index f407e4e0..a6548280 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/FilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/FilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanFilterCriterion.cs index 08808234..481b1857 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanOrEqualToFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanOrEqualToFilterCriterion.cs index 30744072..5714dfdb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanOrEqualToFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/GreaterThanOrEqualToFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanFilterCriterion.cs index 44e7caf5..808eccdb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanOrEqualToFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanOrEqualToFilterCriterion.cs index 6f6018b3..e2708ade 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanOrEqualToFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/LessThanOrEqualToFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/NotFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/NotFilterCriterion.cs index e4fe1f47..bd4fc5c8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/NotFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/NotFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/OrFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/OrFilterCriterion.cs index fbd8ac08..f319ca21 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/OrFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/OrFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/RelationalFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/RelationalFilterCriterion.cs index ba4963a6..2c1f5022 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/RelationalFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/RelationalFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/StartsWithFilterCriterion.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/StartsWithFilterCriterion.cs index eda077b8..50ada465 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/StartsWithFilterCriterion.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterCriteria/StartsWithFilterCriterion.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser.cs index 1aa2d191..b386158f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParserTestWindow.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParserTestWindow.cs index c8050a8e..2aa00023 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParserTestWindow.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParserTestWindow.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser_UnitTests.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser_UnitTests.cs index cff19c06..8d843c45 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser_UnitTests.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FilterParser_UnitTests.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ForeignKeyConfigurationChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ForeignKeyConfigurationChangedEventManager.cs index 6ef64116..cd4714ee 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ForeignKeyConfigurationChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ForeignKeyConfigurationChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FrameworkElementUnloadedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FrameworkElementUnloadedEventManager.cs index f201284e..3b24c3cf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FrameworkElementUnloadedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/FrameworkElementUnloadedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GlobalSuppressions.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GlobalSuppressions.cs index a689ee39..c6bfb349 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GlobalSuppressions.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GlobalSuppressions.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Group.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Group.cs index c2224938..0047c9ea 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Group.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Group.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByControl.cs index feddab45..ff6ecd45 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByItem.cs index eb405cf3..15edd0e5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupByItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfiguration.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfiguration.cs index cfd06aa2..83f135a5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfiguration.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfiguration.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelector.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelector.cs index e0254185..b7799f68 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelector.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelector.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelectorChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelectorChangedEventManager.cs index 1cd9298d..3fa32e77 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelectorChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupConfigurationSelectorChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupExtensions.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupExtensions.cs index eb9d5fdb..34a14297 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupExtensions.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupExtensions.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderControl.cs index 147ad364..db55a26e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderFooterCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderFooterCollection.cs index 3a6b2c89..08411a13 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderFooterCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupHeaderFooterCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfiguration.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfiguration.cs index 7df0c3ab..1e7d477c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfiguration.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfiguration.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfigurationCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfigurationCollection.cs index a1c0e24f..6a215de5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfigurationCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelConfigurationCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescription.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescription.cs index 57d43882..7bc9d20a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescription.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescription.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescriptionCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescriptionCollection.cs index 7a9b0bb8..c7855359 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescriptionCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelDescriptionCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicator.cs index aa4e3062..7e46e0e3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicatorPane.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicatorPane.cs index 4d71d49f..88a0a5da 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicatorPane.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupLevelIndicatorPane.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationButton.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationButton.cs index 90f30cb8..dac570dd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationButton.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationButton.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControl.cs index ba4716bd..175e6ade 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControlItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControlItem.cs index c7e844cc..807e3f54 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControlItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupNavigationControlItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupingHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupingHelper.cs index 5eef9ceb..ddc1324a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupingHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/GroupingHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HashedLinkedList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HashedLinkedList.cs index 63291035..7d68b221 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HashedLinkedList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HashedLinkedList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HeaderFooterItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HeaderFooterItem.cs index a6ca0998..ebd3e5b7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HeaderFooterItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HeaderFooterItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControl.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControl.cs index 2f41d7f4..69abd190 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControl.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -279,6 +276,14 @@ namespace Xceed.Wpf.DataGrid } } + protected override Size MeasureOverride( Size constraint ) + { + Size groupByControlSize = base.MeasureOverride( constraint ); + m_watermarkAdorner.Measure( constraint ); + return new Size( groupByControlSize.Width + m_watermarkAdorner.DesiredSize.Width + , Math.Max( groupByControlSize.Height, m_watermarkAdorner.DesiredSize.Height ) ); + } + #endregion PROTECTED METHODS #region PROTECTED INTERNAL METHODS diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControlNode.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControlNode.cs index 648dc6b9..b21921d0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControlNode.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByControlNode.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByItem.cs index 0e77f1c1..259cbb28 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupByItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupLevelIndicatorPane.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupLevelIndicatorPane.cs index 675c4e7e..a510e6f0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupLevelIndicatorPane.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/HierarchicalGroupLevelIndicatorPane.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ICustomVirtualizingPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ICustomVirtualizingPanel.cs index bb328fe2..4264bef5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ICustomVirtualizingPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ICustomVirtualizingPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitable.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitable.cs index aeaae6f6..21a91cf3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitable.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitable.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitor.cs index 1083a3fe..a87d47ce 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridContextVisitor.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridItemContainer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridItemContainer.cs index e2eae20b..a710f0bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridItemContainer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDataGridItemContainer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDeferableScrollInfoRefresh.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDeferableScrollInfoRefresh.cs index f5884e51..d8bdf66a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDeferableScrollInfoRefresh.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/IDeferableScrollInfoRefresh.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/InnerCellContentPresenter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/InnerCellContentPresenter.cs index 03762567..99db2a7e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/InnerCellContentPresenter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/InnerCellContentPresenter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemPropertiesChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemPropertiesChangedEventManager.cs index e6d65391..be263951 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemPropertiesChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemPropertiesChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsHostUIElementCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsHostUIElementCollection.cs index 8bee67f2..bdf415b4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsHostUIElementCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsHostUIElementCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceChangedEventManager.cs index 32920a29..d6b4ee16 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceHelper.cs index 2300d036..5d1bc644 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ItemsSourceHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/KeyActivationGesture.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/KeyActivationGesture.cs index 6e7e526d..ac997106 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/KeyActivationGesture.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/KeyActivationGesture.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelector.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelector.cs index 2aa26b70..6818366b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelector.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelector.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItem.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItem.cs index f1c595b8..6da78ed1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItem.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItem.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItemCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItemCollection.cs index 1534a547..b5394744 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItemCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/LevelGroupConfigurationSelectorItemCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Log.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Log.cs index 694ecfe7..bcca80b3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Log.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Log.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellContentBindingExtension.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellContentBindingExtension.cs index eab09d28..b63fa6f9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellContentBindingExtension.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellContentBindingExtension.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellEditorBindingExtension.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellEditorBindingExtension.cs index 634fad49..64bd3cc4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellEditorBindingExtension.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/CellEditorBindingExtension.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearGroupLevelConfigurations.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearGroupLevelConfigurations.cs index c3c3cf4b..dc9003ae 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearGroupLevelConfigurations.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearGroupLevelConfigurations.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearHeadersFooters.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearHeadersFooters.cs index 1633d449..d304bfa2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearHeadersFooters.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ClearHeadersFooters.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeConverter.cs index 67a0a959..c9c7856e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeKey.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeKey.cs index 1c301ed7..0e9faf93 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeKey.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ThemeKey.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewBindingExtension.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewBindingExtension.cs index 5f2b3d3a..15981e4a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewBindingExtension.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewBindingExtension.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewConverter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewConverter.cs index fa202fe5..f00346bb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewConverter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Markup/ViewConverter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxGroupLevelsChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxGroupLevelsChangedEventManager.cs index cd79b235..56b9da50 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxGroupLevelsChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxGroupLevelsChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxSortLevelsChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxSortLevelsChangedEventManager.cs index 9b671922..b7805838 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxSortLevelsChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/MaxSortLevelsChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ObjectComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ObjectComparer.cs index fdae61d7..8b412554 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ObjectComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ObjectComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Print/IPrintInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Print/IPrintInfo.cs index ca5cff43..043f086f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Print/IPrintInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Print/IPrintInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Properties/AssemblyInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Properties/AssemblyInfo.cs index 26ea94d6..a917398d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Properties/AssemblyInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Properties/AssemblyInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ReadOnlyColumnCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ReadOnlyColumnCollection.cs index e5bd6869..06955ac1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ReadOnlyColumnCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ReadOnlyColumnCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RecyclingManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RecyclingManager.cs index d1acc100..853118dc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RecyclingManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RecyclingManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Row.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Row.cs index ef1e0a9f..2f1e408d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Row.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Row.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelector.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelector.cs index 71004689..9c1ab8ad 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelector.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelector.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelectorPane.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelectorPane.cs index 040a226f..4d819de0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelectorPane.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowSelectorPane.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowState.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowState.cs index 206e7175..f05ef6ba 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowState.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowState.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationError.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationError.cs index 5418aa7a..abe6dfcf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationError.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationError.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationErrorRoutedEvent.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationErrorRoutedEvent.cs index 5a6c4e60..f9bf5f8d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationErrorRoutedEvent.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/RowValidationErrorRoutedEvent.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollChangedWeakEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollChangedWeakEventManager.cs index 23d59fd9..f140f58c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollChangedWeakEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollChangedWeakEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollTip.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollTip.cs index a08905b0..2662c977 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollTip.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollTip.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollViewerHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollViewerHelper.cs index aaa13b29..8b9ec1bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollViewerHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ScrollViewerHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedCellsStorage.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedCellsStorage.cs index 67489848..019773a9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedCellsStorage.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedCellsStorage.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedItemsStorage.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedItemsStorage.cs index 3978e448..2d0ac07c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedItemsStorage.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectedItemsStorage.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRange.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRange.cs index 48593f76..5cd2023b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRange.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRange.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeCollection.cs index a548eec9..ab68f82c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeWithItems.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeWithItems.cs index a99f036e..f0878548 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeWithItems.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionCellRangeWithItems.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChangedEventManager.cs index a7d64785..92f55c54 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChanger.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChanger.cs index e252c930..a88b3b38 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChanger.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionChanger.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionInfo.cs index fcbfa87d..c089d28b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemCollection.cs index 679fdc27..71cd5dd0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemRangeCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemRangeCollection.cs index 5a8c76d5..685e04b6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemRangeCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionItemRangeCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionManager.cs index 76896ede..cce51198 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRange.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRange.cs index 125ae068..a23c3e69 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRange.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRange.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRangeWithItems.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRangeWithItems.cs index bf2a94b2..3025a499 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRangeWithItems.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SelectionRangeWithItems.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/UserSettingsEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/UserSettingsEnum.cs index 1ac99a01..63e5b5c4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/UserSettingsEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/UserSettingsEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/XmlColumnWidthStruct.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/XmlColumnWidthStruct.cs index b43fea21..65a75b8a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/XmlColumnWidthStruct.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Settings/XmlColumnWidthStruct.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SortingHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SortingHelper.cs index 2c9cc2b8..5901c82b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SortingHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/SortingHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/StaircasePanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/StaircasePanel.cs index 0d794518..262bd406 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/StaircasePanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/StaircasePanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidSourcePropertyNameException.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidSourcePropertyNameException.cs index f50d24a6..65c865c7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidSourcePropertyNameException.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidSourcePropertyNameException.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidValueException.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidValueException.cs index fc492092..6f1cd818 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidValueException.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/InvalidValueException.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunction.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunction.cs index 2d352e3a..d81fb12b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunction.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunction.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionCollection.cs index ef579011..03580e0e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionComparer.cs index 25e83186..af796635 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatFunctionComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatResult.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatResult.cs index 94371673..54b27a28 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatResult.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Stats/StatResult.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/TextInputActivationGesture.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/TextInputActivationGesture.cs index d6f1d104..62ac11ce 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/TextInputActivationGesture.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/TextInputActivationGesture.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ThemeChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ThemeChangedEventManager.cs index bd6e414f..4021e192 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ThemeChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ThemeChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/UnboundColumn.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/UnboundColumn.cs index 70a963f9..e41ab069 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/UnboundColumn.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/UnboundColumn.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/EnumerableWrapper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/EnumerableWrapper.cs index e97e86ef..34fbf8b5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/EnumerableWrapper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/EnumerableWrapper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/IndexWeakHeapSort.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/IndexWeakHeapSort.cs index d1b76aa9..5574296f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/IndexWeakHeapSort.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/IndexWeakHeapSort.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ListChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ListChangedEventManager.cs index f2ddbcaf..79f19e75 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ListChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ListChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableHashList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableHashList.cs index a08787db..807c1b64 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableHashList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableHashList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableList.cs index 67ceae10..b81d28d9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ObservableList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyDictionary.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyDictionary.cs index 7b4d86de..e757aa43 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyDictionary.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyDictionary.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyObservableHashList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyObservableHashList.cs index 9a2dc798..b2ab5cb5 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyObservableHashList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Collections/ReadOnlyObservableHashList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/BoolDataStore.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/BoolDataStore.cs index f531b0fe..130daea8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/BoolDataStore.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/BoolDataStore.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/DataStore.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/DataStore.cs index bff19c63..f3334ea7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/DataStore.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/DataStore.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ObjectDataStore.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ObjectDataStore.cs index 71ecb48e..64bc7c32 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ObjectDataStore.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ObjectDataStore.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/StringDataStore.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/StringDataStore.cs index ad9cfd32..42c899e0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/StringDataStore.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/StringDataStore.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ValueTypeDataStore.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ValueTypeDataStore.cs index 62173a1d..8e633ce8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ValueTypeDataStore.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Data/ValueTypeDataStore.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Math/DoubleUtil.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Math/DoubleUtil.cs index 0f8ff4dd..12221250 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Math/DoubleUtil.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Math/DoubleUtil.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/WeakEventHandler.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/WeakEventHandler.cs index ecda8200..20c5a439 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/WeakEventHandler.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/WeakEventHandler.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DispatcherHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DispatcherHelper.cs index fed67ff0..0f59f354 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DispatcherHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DispatcherHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragDropHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragDropHelper.cs index 8f14a575..2c592cca 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragDropHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragDropHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragSourceManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragSourceManager.cs index 914ae00e..21bc2147 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragSourceManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DragSourceManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -31,6 +28,7 @@ using System.Windows.Shapes; using System.Windows.Threading; using Xceed.Wpf.DataGrid; using System.Windows.Navigation; +using System.Windows.Controls.Primitives; namespace Xceed.Utils.Wpf.DragDrop { @@ -298,6 +296,16 @@ namespace Xceed.Utils.Wpf.DragDrop #endregion + #region ParentIsPopup Property + + internal bool ParentWindowIsPopup + { + get; + private set; + } + + #endregion + public event QueryCursorEventHandler DragOutsideQueryCursor; public event EventHandler DroppedOutside; @@ -336,14 +344,21 @@ namespace Xceed.Utils.Wpf.DragDrop this.InitialMousePositionToDraggedElement = e.GetPosition( this.DraggedElement ); - //Get the current window on which the drag is happening - Window currentWindow = this.GetDraggedElementWindow(); + //Get the current window (which can be a popup) on which the drag is happening + Visual parent = this.GetDraggedElementWindow(); + + //Set the flag because the dragged ghost in the case of a popup is different, and return because DraggedElementGhost will not be used. + if( parent is Popup ) + { + this.ParentWindowIsPopup = true; + return; + } //Get the starting position of the gost window, so it can be used to correct the mouse position while dragging it. Point ghostPostion = new Point( -this.InitialMousePositionToDraggedElement.Value.X, -this.InitialMousePositionToDraggedElement.Value.Y ); - if( currentWindow != null ) + if( parent != null ) { - m_ghostInitialScreenPositon = currentWindow.PointToScreen( ghostPostion ); + m_ghostInitialScreenPositon = parent.PointToScreen( ghostPostion ); } else { @@ -413,6 +428,10 @@ namespace Xceed.Utils.Wpf.DragDrop protected virtual void UpdateDraggedElementGhostOnDrag( MouseEventArgs e ) { + //DraggedElementGhost is not used in the case of a popup window. + if( this.ParentWindowIsPopup ) + return; + Window ghost = this.DraggedElementGhost; if( ghost == null ) @@ -437,16 +456,9 @@ namespace Xceed.Utils.Wpf.DragDrop protected virtual IDropTarget GetDropTargetOnDrag( MouseEventArgs e, out Nullable dropTargetPosition, out IDropTarget lastFoundDropTarget ) { - IDropTarget dropTarget = - DragDropHelper.GetDropTargetAtPoint( this.DraggedElement, - this.DragContainer, - e, - out dropTargetPosition, - out lastFoundDropTarget ); + IDropTarget dropTarget = DragDropHelper.GetDropTargetAtPoint( this.DraggedElement, this.DragContainer, e, out dropTargetPosition, out lastFoundDropTarget ); - // ColumnManagerRow was defined as IDropTarget only - // because Animated Column Reordering required it, ignore it in - // base class + // ColumnManagerRow was defined as IDropTarget only because Animated Column Reordering required it, ignore it in base class if( dropTarget is ColumnManagerRow ) { dropTarget = null; @@ -478,10 +490,8 @@ namespace Xceed.Utils.Wpf.DragDrop if( this.CurrentDropTarget != null ) { - // Always use the Mouse Position relative to DraggedElement - // and not the DraggedContainer - this.CurrentDropTarget.DragOver( this.DraggedElement, - Mouse.GetPosition( this.CurrentDropTarget as IInputElement ) ); + // Always use the Mouse Position relative to DraggedElement and not the DraggedContainer + this.CurrentDropTarget.DragOver( this.DraggedElement, Mouse.GetPosition( this.CurrentDropTarget as IInputElement ) ); } } @@ -615,6 +625,8 @@ namespace Xceed.Utils.Wpf.DragDrop rectangle.Fill = brush; Window draggedWindow = new Window(); + //Make sure it stay on top of all other windows. + draggedWindow.Topmost = true; //This will hide borders draggedWindow.WindowStyle = WindowStyle.None; //This will hide everything except what is explicitly set as content, that is, the rectangle defined up here. @@ -679,17 +691,23 @@ namespace Xceed.Utils.Wpf.DragDrop } } - private Window GetDraggedElementWindow() + private Visual GetDraggedElementWindow() { DependencyObject current = this.DraggedElement; while( current != null ) { + Popup popup = current as Popup; + + //If the grid is in a popup, this becomes the owning window, so return it. + if( popup != null ) + return popup; + Window window = current as Window; if( window != null ) return window; - current = VisualTreeHelper.GetParent( current ); + current = TreeHelper.GetParent( current ); } // The dragged element's window was not found. diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DraggedElementAdorner.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DraggedElementAdorner.cs index e57dca4c..b07efd79 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DraggedElementAdorner.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/DraggedElementAdorner.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/IDropTarget.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/IDropTarget.cs index 01add24d..b73694b8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/IDropTarget.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/DragDrop/IDropTarget.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/Markup/XceedResourceDictionary.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/Markup/XceedResourceDictionary.cs index 98df96cc..fed61ea6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/Markup/XceedResourceDictionary.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/Markup/XceedResourceDictionary.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/TreeHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/TreeHelper.cs index 347fcfa2..4a5f0bbc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/TreeHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/Wpf/TreeHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/XmlSerialization/XmlSerializableBaseType.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/XmlSerialization/XmlSerializableBaseType.cs index 97e5fd3f..e5f28b13 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/XmlSerialization/XmlSerializableBaseType.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Utils/XmlSerialization/XmlSerializableBaseType.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidateInputWrapper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidateInputWrapper.cs index 81e14b18..ffd573d7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidateInputWrapper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidateInputWrapper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellContentBindingValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellContentBindingValidationRule.cs index 48645bac..405076a9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellContentBindingValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellContentBindingValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorErrorValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorErrorValidationRule.cs index 9fdaf280..f52d6d56 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorErrorValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorErrorValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorValidationRule.cs index d4ca55cc..6e396824 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellEditorValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellValidationRule.cs index 55dbc298..ec7c004e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/CellValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/EventCellValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/EventCellValidationRule.cs index 50ccd012..11df1381 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/EventCellValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/EventCellValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/FilterExpressionValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/FilterExpressionValidationRule.cs index e3a1797b..7a5f7b88 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/FilterExpressionValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/FilterExpressionValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/PassthroughCellValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/PassthroughCellValidationRule.cs index 581bc529..c77c02bf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/PassthroughCellValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/PassthroughCellValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/SourceDataConverterValidationRule.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/SourceDataConverterValidationRule.cs index 086313e4..4ed07289 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/SourceDataConverterValidationRule.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ValidationRules/SourceDataConverterValidationRule.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ViewChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ViewChangedEventManager.cs index 1c414977..ed45d02b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ViewChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/ViewChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/ColumnVirtualizationManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/ColumnVirtualizationManager.cs index 50db3e68..be936f6b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/ColumnVirtualizationManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/ColumnVirtualizationManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/TableViewColumnVirtualizationManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/TableViewColumnVirtualizationManager.cs index 476bd48d..9448ffe3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/TableViewColumnVirtualizationManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/TableViewColumnVirtualizationManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventArgs.cs index 523905cc..de64d07a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventManager.cs index 6e3b2d26..9de658c1 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/UpdateMeasureRequiredEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingFixedCellSubPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingFixedCellSubPanel.cs index 023ea936..26e67aae 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingFixedCellSubPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingFixedCellSubPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingUICellCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingUICellCollection.cs index 7f570cab..769f171a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingUICellCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(ColumnVirtualization)/VirtualizingUICellCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ColumnStretchModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ColumnStretchModeEnum.cs index 84f17130..75485ea0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ColumnStretchModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ColumnStretchModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/DropMarkOrientationEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/DropMarkOrientationEnum.cs index 60b744a0..652bea1a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/DropMarkOrientationEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/DropMarkOrientationEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/PassiveLayoutAxisEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/PassiveLayoutAxisEnum.cs index 8b1c3e7b..9f391d8a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/PassiveLayoutAxisEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/PassiveLayoutAxisEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/SynchronizedScrollViewerPositionEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/SynchronizedScrollViewerPositionEnum.cs index c6d9c350..dc65e6c0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/SynchronizedScrollViewerPositionEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/SynchronizedScrollViewerPositionEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ViewPropertyModeEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ViewPropertyModeEnum.cs index bc006b80..1cf7a83f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ViewPropertyModeEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(Enums)/ViewPropertyModeEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/AnimatedDraggedElementAdorner.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/AnimatedDraggedElementAdorner.cs index d4fb395e..f4d76d44 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/AnimatedDraggedElementAdorner.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/AnimatedDraggedElementAdorner.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ColumnReorderingDragSourceManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ColumnReorderingDragSourceManager.cs index 11b3dc7f..c2bfb120 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ColumnReorderingDragSourceManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ColumnReorderingDragSourceManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -273,6 +270,13 @@ namespace Xceed.Wpf.DataGrid.Views base.ProcessMouseLeftButtonDown( e ); + //When the grid is hosted in a popup window, it is not possible to know the position of the popup in certain scenarios (e.g. fullscreen, popup openning upward). + //Thus we must use a regular system adorner instead of the ghost window, so that the dragged adorner will appear correctly under the mouse pointer. + if( this.ParentWindowIsPopup ) + { + this.SetPopupDragAdorner( e.Source as ColumnManagerCell ); + } + if( !this.IsAnimatedColumnReorderingEnabled ) { this.AutoScrollInterval = 50; @@ -316,6 +320,13 @@ namespace Xceed.Wpf.DataGrid.Views { base.ProcessMouseLeftButtonUp( e ); + //If in a popup, we are using a system adorner, and we need to hide it when releasing the mouse button. + if( this.ParentWindowIsPopup ) + { + m_popupDraggedElementAdorner.AdornedElementImage.Opacity = 0; + m_popupDraggedElementAdorner.SetOffset( ColumnReorderingDragSourceManager.EmptyPoint ); + } + if( !this.IsAnimatedColumnReorderingEnabled ) return; @@ -450,10 +461,14 @@ namespace Xceed.Wpf.DataGrid.Views dropTargetPosition = null; } - //Flag used to reduce the number of column anitmations, to speed up the scrolling on ColumnManagerCell dragging. + //Flag used to reduce the number of column animations, to speed up the scrolling on ColumnManagerCell dragging. if( returnedDropTarget == null && this.CurrentDropTarget == null ) { m_noColumnsReorderingNeeded = true; + if( this.ParentWindowIsPopup ) + { + m_popupDraggedElementAdorner.AdornedElementImage.Opacity = 0; + } } else { @@ -488,11 +503,23 @@ namespace Xceed.Wpf.DataGrid.Views protected override void UpdateDraggedElementGhostOnDrag( MouseEventArgs e ) { - //If no animation, or if the dragged object is beyond the edge of the grid, - //no need to do anything in this override, simply call base. - //This will be suficient to update the DraggedElementGhost positon. - //The result is a much faster scrolling of the grid via the CheckForAutoScroll() method. - if( this.IsAnimatedColumnReorderingEnabled && !m_noColumnsReorderingNeeded ) + //If in TableView and the grid is hosted in a Popup window. + if( !this.IsAnimatedColumnReorderingEnabled && this.ParentWindowIsPopup ) + { + this.ShowDraggedElementGhost = false; + + Point draggedElementToMouse = e.GetPosition( this.DraggedElement ); + // Correct it according to initial mouse position over the dragged element + draggedElementToMouse.X -= this.InitialMousePositionToDraggedElement.GetValueOrDefault().X; + draggedElementToMouse.Y -= this.InitialMousePositionToDraggedElement.GetValueOrDefault().Y; + + this.ApplyContainerClip( m_popupDraggedElementAdorner ); + m_popupDraggedElementAdorner.AdornedElementImage.Opacity = 1; + m_popupDraggedElementAdorner.SetOffset( draggedElementToMouse ); + } + //If no animation, or if the dragged object is beyond the edge of the grid, no need to do anything in this override, simply call base. + //This will be suficient to update the DraggedElementGhost positon. The result is a much faster scrolling of the grid via the CheckForAutoScroll() method. + else if( this.IsAnimatedColumnReorderingEnabled && !m_noColumnsReorderingNeeded ) { // We are reverting every animation before detaching from the manager // so do not update the ghost position @@ -501,13 +528,10 @@ namespace Xceed.Wpf.DataGrid.Views return; } - ColumnManagerCell draggedOverCell = this.CurrentDropTarget as ColumnManagerCell; - - bool dragOverCell = ( draggedOverCell != null ); - bool dragOverRow = ( this.CurrentDropTarget as ColumnManagerRow ) != null; + bool dragOverRowOrCell = ( this.CurrentDropTarget as ColumnManagerRow ) != null || ( this.CurrentDropTarget as ColumnManagerCell ) != null; // We are dragging over an object that will handle the drop itself - if( !( dragOverCell || dragOverRow ) ) + if( !dragOverRowOrCell && !this.ParentWindowIsPopup ) { // Ensure to pause every other animations before this.PauseGhostToMousePositionAnimation(); @@ -518,8 +542,37 @@ namespace Xceed.Wpf.DataGrid.Views this.MoveGhostToTargetColumn( e.GetPosition( this.DraggedElement ) ); } + //If dragging over an object that will handle the drop itself and the grid is hosted in a Popup window. + else if( !dragOverRowOrCell && this.ParentWindowIsPopup ) + { + // Ensure to pause every other animations before + this.PauseGhostToMousePositionAnimation(); + this.PauseDraggedElementFadeInAnimation(); + + this.RollbackReordering(); + this.ShowDraggedElementGhost = false; + + this.MoveGhostToTargetColumn( e.GetPosition( this.DraggedElement ) ); + + Point draggedElementToMouse = e.GetPosition( this.DraggedElement ); + // Correct it according to initial mouse position over the dragged element + draggedElementToMouse.X -= this.InitialMousePositionToDraggedElement.GetValueOrDefault().X; + draggedElementToMouse.Y -= this.InitialMousePositionToDraggedElement.GetValueOrDefault().Y; + + this.ApplyContainerClip( m_popupDraggedElementAdorner ); + m_popupDraggedElementAdorner.AdornedElementImage.Opacity = 1; + m_popupDraggedElementAdorner.SetOffset( draggedElementToMouse ); + } + //If animations are required. else { + //If in a popup, hide the dragged element adorner. + if( this.ParentWindowIsPopup ) + { + m_popupDraggedElementAdorner.AdornedElementImage.Opacity = 0; + m_popupDraggedElementAdorner.SetOffset( ColumnReorderingDragSourceManager.EmptyPoint ); + } + // Pause animations that are moving ghosts to target Column this.PauseMoveGhostToTargetColumnAnimation(); this.PauseDraggedElementFadeInAnimation(); @@ -604,6 +657,42 @@ namespace Xceed.Wpf.DataGrid.Views reorderingInfoManager.InitialFixedColumnCount ); } + private void SetPopupDragAdorner( ColumnManagerCell columnManagerCell ) + { + if( columnManagerCell == null ) + return; + + if( m_popupDraggedElementAdorner != null ) + { + this.AdornerLayerInsideDragContainer.Remove( m_popupDraggedElementAdorner ); + m_popupDraggedElementAdorner = null; + } + + // Get the Rect for the DataGridControl + DataGridControl dataGridControl = this.DraggedDataGridContext.DataGridControl; + + Rect dataGridControlRect = new Rect( 0, 0, dataGridControl.ActualWidth, dataGridControl.ActualHeight ); + + Point elementToDataGridControl = columnManagerCell.TranslatePoint( ColumnReorderingDragSourceManager.EmptyPoint, dataGridControl ); + + // Get the Rect for the element that request a ghost + Rect elementRect = new Rect( elementToDataGridControl, columnManagerCell.RenderSize ); + + // This is a special case with the current Element that is always be layouted, but can be out of view + if( !elementRect.IntersectsWith( dataGridControlRect ) ) + return; + + AnimatedDraggedElementAdorner adorner = new AnimatedDraggedElementAdorner( columnManagerCell, this.AdornerLayerInsideDragContainer, true ); + + adorner.AdornedElementImage.Opacity = 0; + + this.ApplyContainerClip( adorner ); + + this.AdornerLayerInsideDragContainer.Add( adorner ); + + m_popupDraggedElementAdorner = adorner; + } + private static IDropTarget GetDropTargetAtPoint( UIElement dragContainer, UIElement draggedElement, Point point ) { IInputElement hitTest = dragContainer.InputHitTest( point ); @@ -1725,6 +1814,12 @@ namespace Xceed.Wpf.DataGrid.Views } m_elementToDraggedElementAdorner.Clear(); + + if( m_popupDraggedElementAdorner != null ) + { + this.AdornerLayerInsideDragContainer.Remove( m_popupDraggedElementAdorner ); + m_popupDraggedElementAdorner = null; + } } private void ShowDraggedColumnGhosts() @@ -1846,6 +1941,7 @@ namespace Xceed.Wpf.DataGrid.Views private Dictionary m_clockToFieldName = new Dictionary(); private Dictionary m_elementToDraggedElementAdorner = new Dictionary(); + private DraggedElementAdorner m_popupDraggedElementAdorner; private HorizontalMouseDragDirection m_horizontalMouseDragDirection = HorizontalMouseDragDirection.None; diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/IAnimatedScrollInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/IAnimatedScrollInfo.cs index 8c145899..c29c60ea 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/IAnimatedScrollInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/IAnimatedScrollInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfo.cs index 0016423c..d747ae40 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfoList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfoList.cs index ec67c806..6ddbac48 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfoList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/LayoutedContainerInfoList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/OffsetAnimation.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/OffsetAnimation.cs index 1342545e..f5fc15cd 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/OffsetAnimation.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/OffsetAnimation.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/PointAnimation.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/PointAnimation.cs index 805f3976..11ace56b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/PointAnimation.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/PointAnimation.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfo.cs index 04bce6d2..41e6038d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoComparer.cs index 915fe621..d172d53a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoList.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoList.cs index db30f512..13cc9622 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoList.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoList.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoReverseComparer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoReverseComparer.cs index ce9d6f08..882a73a2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoReverseComparer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/StickyContainerInfoReverseComparer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowView.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowView.cs index 5d88ef74..e68475d9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowView.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowView.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewAnimationHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewAnimationHelper.cs index 302641e2..f843274f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewAnimationHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewAnimationHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewItemsHost.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewItemsHost.cs index 153d0755..63dafe97 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewItemsHost.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewItemsHost.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewUIElementCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewUIElementCollection.cs index 69263235..13dd09e9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewUIElementCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/TableflowViewUIElementCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ZOrderHelper.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ZOrderHelper.cs index 1afb7d48..356d2cb9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ZOrderHelper.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/(TableflowView)/ZOrderHelper.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ColumnStretchingManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ColumnStretchingManager.cs index 3bb9a2da..8d495716 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ColumnStretchingManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ColumnStretchingManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushes.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushes.cs index 8570543f..7cdb4f91 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushes.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushes.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml index 2fbbc27b..c59426c6 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml.cs index d226d5ee..79afa685 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridControlBackgroundBrushesResources.xaml.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridScrollViewer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridScrollViewer.cs index 92493711..67d5f531 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridScrollViewer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/DataGridScrollViewer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellPanel.cs index 26908d23..a1de2599 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellSubPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellSubPanel.cs index ad0516a7..dec6717a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellSubPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedCellSubPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedColumnSplitter.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedColumnSplitter.cs index d76463a8..0996ce2a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedColumnSplitter.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/FixedColumnSplitter.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/IVirtualizingCellsHost.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/IVirtualizingCellsHost.cs index 2d7db2f3..91a3bd6c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/IVirtualizingCellsHost.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/IVirtualizingCellsHost.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/PassiveLayoutDecorator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/PassiveLayoutDecorator.cs index 3719ef20..91b66a9d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/PassiveLayoutDecorator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/PassiveLayoutDecorator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ScrollingCellsDecorator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ScrollingCellsDecorator.cs index a60f14ca..9ea8c618 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ScrollingCellsDecorator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ScrollingCellsDecorator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/SynchronizedScrollViewer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/SynchronizedScrollViewer.cs index 45598ab2..bfaddf8a 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/SynchronizedScrollViewer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/SynchronizedScrollViewer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableView.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableView.cs index 9063f147..f3fe3fed 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableView.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableView.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewHeaderFooterPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewHeaderFooterPanel.cs index 334b5e92..7d8b14df 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewHeaderFooterPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewHeaderFooterPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewItemsHost.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewItemsHost.cs index 261525a2..3255f4b3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewItemsHost.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewItemsHost.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewScrollViewer.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewScrollViewer.cs index ad163acb..ccedb951 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewScrollViewer.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TableViewScrollViewer.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TargetViewAttribute.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TargetViewAttribute.cs index 91a5bf7d..ac39373c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TargetViewAttribute.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/TargetViewAttribute.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/Theme.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/Theme.cs index 8202c029..18ef9647 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/Theme.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/Theme.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UICellCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UICellCollection.cs index c21b3f58..8a6b0d55 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UICellCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UICellCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UIViewBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UIViewBase.cs index 7750804b..08a05e55 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UIViewBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/UIViewBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewBase.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewBase.cs index 88448394..ec2e437e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewBase.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewBase.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewPropertyAttribute.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewPropertyAttribute.cs index 5123b9a7..f7962182 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewPropertyAttribute.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Views/ViewPropertyAttribute.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollection.cs index 9e327c9a..98d5ca22 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollectionChangedEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollectionChangedEventManager.cs index 42e3809c..2ad570bb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollectionChangedEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingCellCollectionChangedEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingStackPanel.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingStackPanel.cs index 978833c5..78f3f34c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingStackPanel.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VirtualizingStackPanel.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VisibleColumnsUpdatingEventManager.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VisibleColumnsUpdatingEventManager.cs index e59e732c..fc7ad446 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VisibleColumnsUpdatingEventManager.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/VisibleColumnsUpdatingEventManager.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/WatermarkAdorner.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/WatermarkAdorner.cs index 63722f1d..08defd93 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/WatermarkAdorner.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/WatermarkAdorner.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Xceed.Wpf.DataGrid.csproj b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Xceed.Wpf.DataGrid.csproj index 1036f026..8f039c90 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Xceed.Wpf.DataGrid.csproj +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/Xceed.Wpf.DataGrid.csproj @@ -64,6 +64,12 @@ AllRules.ruleset + + True + + + + 3.5 @@ -946,11 +952,12 @@ - + {72E591D6-8F83-4D8C-8F67-9C325E623234} - WPFToolkit.Extended + Xceed.Wpf.Toolkit + diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.Resources.xaml index 5e73fd11..e2a7ef25 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.normalcolor.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.normalcolor.Resources.xaml index 8ec740e5..ace74f0c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.normalcolor.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/Aero.normalcolor.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/TableView.Aero.Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/TableView.Aero.Graphics.xaml index 925d8fd5..e6995410 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/TableView.Aero.Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/Resources/TableView.Aero.Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableView.Aero.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableView.Aero.normalcolor.xaml index e0ed1ee6..72546046 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableView.Aero.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableView.Aero.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableflowView.Aero.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableflowView.Aero.normalcolor.xaml index 85d321b7..da72e940 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableflowView.Aero.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Aero/TableflowView.Aero.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.Resources.xaml index cc702f3b..91f3704e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Graphics.xaml index 920f5f19..fbe8775f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Resources.xaml index b0c5c92b..fe248276 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/Resources/Classic.systemcolor.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableView.Classic.systemcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableView.Classic.systemcolor.xaml index bfe4426d..8111914f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableView.Classic.systemcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableView.Classic.systemcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableflowView.Classic.systemcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableflowView.Classic.systemcolor.xaml index 7e0c31fb..6bfc9fc0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableflowView.Classic.systemcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Classic/TableflowView.Classic.systemcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Common.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Common.Resources.xaml index f598bfb9..5e91b72c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Common.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Common.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Graphics.xaml index 938b2290..8c15d44e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableView.GridElementTemplates.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableView.GridElementTemplates.xaml index 060bc1f2..f9464179 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableView.GridElementTemplates.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableView.GridElementTemplates.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableflowView.GridElementTemplates.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableflowView.GridElementTemplates.xaml index 1f6dde88..e3152abc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableflowView.GridElementTemplates.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Common/TableflowView.GridElementTemplates.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/FixedColumnSplitter.generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/FixedColumnSplitter.generic.xaml index 786a862f..6474146e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/FixedColumnSplitter.generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/FixedColumnSplitter.generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/TableViewScrollViewer.generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/TableViewScrollViewer.generic.xaml index 3c8ee0ca..ea279caa 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/TableViewScrollViewer.generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Controls/TableViewScrollViewer.generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.Resources.xaml index 1600383b..bf4d2b48 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.homestead.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.homestead.Resources.xaml index 790f7fb8..c4d6f559 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.homestead.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.homestead.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.metallic.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.metallic.Resources.xaml index 0d19926c..53e4c0ad 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.metallic.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.metallic.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.normalcolor.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.normalcolor.Resources.xaml index 3d221308..108993ca 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.normalcolor.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/Luna.normalcolor.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/TableView.Luna.Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/TableView.Luna.Graphics.xaml index 47a8d234..3cbdece8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/TableView.Luna.Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/Resources/TableView.Luna.Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.homestead.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.homestead.xaml index 9d857de1..dfe3aa57 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.homestead.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.homestead.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.metallic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.metallic.xaml index d1ad4a85..f7a548ac 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.metallic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.metallic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.normalcolor.xaml index 40ce4e6e..7fcdeeaf 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableView.Luna.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.homestead.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.homestead.xaml index f7b24d86..b0bc11c8 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.homestead.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.homestead.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.metallic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.metallic.xaml index 6852e83b..8ca8e6fc 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.metallic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.metallic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.normalcolor.xaml index c147f572..846a6664 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Luna/TableflowView.Luna.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.Resources.xaml index cdf4cc65..fdcffb72 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.normalcolor.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.normalcolor.Resources.xaml index 5681b878..f384ef01 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.normalcolor.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/Royale.normalcolor.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/TableView.Royale.Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/TableView.Royale.Graphics.xaml index ea76ea60..b5e979d9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/TableView.Royale.Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/Resources/TableView.Royale.Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableView.Royale.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableView.Royale.normalcolor.xaml index ed89326a..a557477d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableView.Royale.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableView.Royale.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableflowView.Royale.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableflowView.Royale.normalcolor.xaml index 70620c4d..138ba1c0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableflowView.Royale.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Royale/TableflowView.Royale.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/TableView.Windows7.Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/TableView.Windows7.Graphics.xaml index b5a657c2..00d03809 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/TableView.Windows7.Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/TableView.Windows7.Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Controls.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Controls.xaml index 75fb5a51..b473039c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Controls.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Controls.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Resources.xaml index ea7a325a..d363df6d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/Resources/Windows7.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableView.Windows7.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableView.Windows7.xaml index d05fddd3..6977c867 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableView.Windows7.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableView.Windows7.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableflowView.Windows7.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableflowView.Windows7.xaml index ab85820c..d28f7281 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableflowView.Windows7.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Windows7/TableflowView.Windows7.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/TableView.Zune.Graphics.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/TableView.Zune.Graphics.xaml index bb9ff813..6038c4ad 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/TableView.Zune.Graphics.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/TableView.Zune.Graphics.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.Resources.xaml index cdf4cc65..fdcffb72 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.normalcolor.Resources.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.normalcolor.Resources.xaml index 3d221308..108993ca 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.normalcolor.Resources.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/Resources/Zune.normalcolor.Resources.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableView.Zune.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableView.Zune.normalcolor.xaml index 82657644..4be426a0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableView.Zune.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableView.Zune.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableflowView.Zune.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableflowView.Zune.normalcolor.xaml index 699f7d37..20dce619 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableflowView.Zune.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/Zune/TableflowView.Zune.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/aero.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/aero.normalcolor.xaml index fd79c083..546fdd3f 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/aero.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/aero.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -38,7 +35,6 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/classic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/classic.xaml index d54e9de6..4bc2ce95 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/classic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/classic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -38,7 +35,6 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/generic.xaml index ba2e0b21..703a83a4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -40,21 +37,27 @@ + + + + + + diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.homestead.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.homestead.xaml index 0fefa058..50208d91 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.homestead.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.homestead.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.metallic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.metallic.xaml index ff84e339..386de571 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.metallic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.metallic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -38,7 +35,6 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.normalcolor.xaml index 31e1d615..d5f5298b 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/luna.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -38,7 +35,6 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/royale.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/royale.normalcolor.xaml index 97ba8bc7..35b7d844 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/royale.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/royale.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -38,7 +35,6 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/zune.normalcolor.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/zune.normalcolor.xaml index 996d7bd4..c063edbb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/zune.normalcolor.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.DataGrid/themes/zune.normalcolor.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -38,7 +35,6 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs index 1730c869..52b871db 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfo.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -22,7 +19,7 @@ internal static class _XceedVersionInfo { [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )] - public const string BaseVersion = "1.8"; + public const string BaseVersion = "1.9"; [System.Diagnostics.CodeAnalysis.SuppressMessage( "Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields" )] public const string Version = BaseVersion + ".0.0"; diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfoCommon.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfoCommon.cs index d9308cb5..e67d3d81 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfoCommon.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AssemblyVersionInfoCommon.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectBehaviorEnum.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectBehaviorEnum.cs index 2340995d..5d98b342 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectBehaviorEnum.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectBehaviorEnum.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectTextBox.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectTextBox.cs index 87aa6d0b..d22f66f7 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectTextBox.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/AutoSelectTextBox.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/QueryMoveFocusEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/QueryMoveFocusEventArgs.cs index b77d1772..e52ab223 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/QueryMoveFocusEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/AutoSelectTextBox/Implementation/QueryMoveFocusEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/BusyIndicator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/BusyIndicator.cs index 4a9e2678..485f1cf9 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/BusyIndicator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/BusyIndicator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/VisualStates.BusyIndicator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/VisualStates.BusyIndicator.cs index fa49289d..c34add1e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/VisualStates.BusyIndicator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Implementation/VisualStates.BusyIndicator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Themes/Generic.xaml index cbd9490a..8f7cb9c0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/BusyIndicator/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ButtonSpinner.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ButtonSpinner.cs index f05a0872..effa98f0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ButtonSpinner.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ButtonSpinner.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -39,7 +36,7 @@ namespace Xceed.Wpf.Toolkit #region AllowSpin - public static readonly DependencyProperty AllowSpinProperty = DependencyProperty.Register( "AllowSpin", typeof( bool ), typeof( ButtonSpinner ), new UIPropertyMetadata( true ) ); + public static readonly DependencyProperty AllowSpinProperty = DependencyProperty.Register( "AllowSpin", typeof( bool ), typeof( ButtonSpinner ), new UIPropertyMetadata( true, AllowSpinPropertyChanged ) ); public bool AllowSpin { get @@ -52,6 +49,12 @@ namespace Xceed.Wpf.Toolkit } } + private static void AllowSpinPropertyChanged( DependencyObject d, DependencyPropertyChangedEventArgs e ) + { + ButtonSpinner source = d as ButtonSpinner; + source.OnAllowSpinChanged( (bool)e.OldValue, (bool)e.NewValue ); + } + #endregion //AllowSpin #region Content @@ -258,6 +261,11 @@ namespace Xceed.Wpf.Toolkit { } + protected virtual void OnAllowSpinChanged( bool oldValue, bool newValue ) + { + SetButtonUsage(); + } + /// /// Disables or enables the buttons based on the valid spin direction. /// @@ -266,12 +274,12 @@ namespace Xceed.Wpf.Toolkit // buttonspinner adds buttons that spin, so disable accordingly. if( IncreaseButton != null ) { - IncreaseButton.IsEnabled = ( ( ValidSpinDirection & ValidSpinDirections.Increase ) == ValidSpinDirections.Increase ); + IncreaseButton.IsEnabled = AllowSpin && ( ( ValidSpinDirection & ValidSpinDirections.Increase ) == ValidSpinDirections.Increase ); } if( DecreaseButton != null ) { - DecreaseButton.IsEnabled = ( ( ValidSpinDirection & ValidSpinDirections.Decrease ) == ValidSpinDirections.Decrease ); + DecreaseButton.IsEnabled = AllowSpin && ( ( ValidSpinDirection & ValidSpinDirections.Decrease ) == ValidSpinDirections.Decrease ); } } diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinDirection.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinDirection.cs index 22bd9a6d..fcc90d1c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinDirection.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinDirection.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinEventArgs.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinEventArgs.cs index bd432c2b..6b0000a0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinEventArgs.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/SpinEventArgs.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/Spinner.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/Spinner.cs index 3ca8296b..d4ae4295 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/Spinner.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/Spinner.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ValidSpinDirections.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ValidSpinDirections.cs index 48108690..4cedc4c2 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ValidSpinDirections.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Implementation/ValidSpinDirections.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Themes/Generic.xaml index adaa75f3..cc44ed10 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ButtonSpinner/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -39,38 +36,37 @@ - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - + diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/Calculator.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/Calculator.cs index c5aae90b..aa12b59d 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/Calculator.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/Calculator.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -39,7 +36,6 @@ namespace Xceed.Wpf.Toolkit private bool _showNewNumber = true; private decimal _previousValue; private Operation _lastOperation = Operation.None; - private CalculatorButtonType _lastButtonPressed; private readonly Dictionary _timers = new Dictionary(); #endregion //Members @@ -287,6 +283,19 @@ namespace Xceed.Wpf.Toolkit #region Methods + internal void InitializeToValue(decimal? value) + { + _previousValue = 0; + _lastOperation = Operation.None; + _showNewNumber = true; + Value = value; + // Since the display text may be out of sync + // with "Value", this call will force the + // text update if Value was already equal to + // the value parameter. + this.SetDisplayText( value ); + } + private void Calculate() { if( _lastOperation == Operation.None ) @@ -390,8 +399,6 @@ namespace Xceed.Wpf.Toolkit ProcessMemoryKey( buttonType ); else ProcessOperationKey( buttonType ); - - _lastButtonPressed = buttonType; } private void ProcessDigitKey( CalculatorButtonType buttonType ) diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/CalculatorCommands.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/CalculatorCommands.cs index 5d02c9d7..286b41da 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/CalculatorCommands.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Implementation/CalculatorCommands.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Themes/Generic.xaml index 7924cb4b..5ec4ba52 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Calculator/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Implementation/CalculatorUpDown.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Implementation/CalculatorUpDown.cs index c29cf464..61df0160 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Implementation/CalculatorUpDown.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Implementation/CalculatorUpDown.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -21,6 +18,7 @@ using System; using System.Windows; using System.Windows.Controls.Primitives; using System.Windows.Input; +using Xceed.Wpf.Toolkit.Core.Utilities; namespace Xceed.Wpf.Toolkit { @@ -35,6 +33,7 @@ namespace Xceed.Wpf.Toolkit private Popup _calculatorPopup; private Calculator _calculator; + private Decimal? _initialValue; #endregion //Members @@ -98,7 +97,8 @@ namespace Xceed.Wpf.Toolkit protected virtual void OnIsOpenChanged( bool oldValue, bool newValue ) { - + if( newValue ) + _initialValue = Value; } #endregion //IsOpen @@ -177,47 +177,70 @@ namespace Xceed.Wpf.Toolkit void CalculatorPopup_Opened( object sender, EventArgs e ) { - _calculator.Focus(); + if( _calculator != null ) + { + _calculator.InitializeToValue( this.Value ); + _calculator.Focus(); + } + } + + protected override void OnTextInput( TextCompositionEventArgs e ) + { + if( IsOpen && EnterClosesCalculator ) + { + var buttonType = CalculatorUtilities.GetCalculatorButtonTypeFromText( e.Text ); + if( buttonType == Calculator.CalculatorButtonType.Equal ) + { + CloseCalculatorUpDown( true ); + } + } } private void OnKeyDown( object sender, KeyEventArgs e ) { - switch( e.Key ) + if( !IsOpen ) { - case Key.Enter: - { - if( EnterClosesCalculator && IsOpen ) - CloseCalculatorUpDown(); - break; - } - case Key.Escape: - { - CloseCalculatorUpDown(); - e.Handled = true; - break; - } - case Key.Tab: - { - CloseCalculatorUpDown(); - break; - } + if( KeyboardUtilities.IsKeyModifyingPopupState( e ) ) + { + IsOpen = true; + // Calculator will get focus in CalculatorPopup_Opened(). + e.Handled = true; + } + } + else + { + if( KeyboardUtilities.IsKeyModifyingPopupState( e ) ) + { + CloseCalculatorUpDown( true ); + e.Handled = true; + } + else if( e.Key == Key.Escape ) + { + if( EnterClosesCalculator ) + Value = _initialValue; + CloseCalculatorUpDown( true ); + e.Handled = true; + } } } private void OnMouseDownOutsideCapturedElement( object sender, MouseButtonEventArgs e ) { - CloseCalculatorUpDown(); + CloseCalculatorUpDown( false ); } #endregion //Event Handlers #region Methods - private void CloseCalculatorUpDown() + private void CloseCalculatorUpDown( bool isFocusOnTextBox ) { if( IsOpen ) IsOpen = false; ReleaseMouseCapture(); + + if( isFocusOnTextBox && ( TextBox != null ) ) + TextBox.Focus(); } #endregion //Methods diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Themes/Generic.xaml index a861356e..05e78247 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CalculatorUpDown/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -110,7 +107,7 @@ ShowButtonSpinner="{TemplateBinding ShowButtonSpinner}"> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Implementation/CheckComboBox.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Implementation/CheckComboBox.cs index 1b06dc3c..340b0167 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Implementation/CheckComboBox.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Implementation/CheckComboBox.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -23,12 +20,25 @@ using System.Windows; using System.Windows.Input; using Xceed.Wpf.Toolkit.Primitives; using Xceed.Wpf.Toolkit.Core.Utilities; +using System.Windows.Controls; +using System.Collections; +using System.Collections.Generic; +using System.Windows.Controls.Primitives; namespace Xceed.Wpf.Toolkit { - public class CheckComboBox : Selector + [TemplatePart( Name = PART_Popup, Type = typeof( Popup ) )] + public class CheckComboBox : Xceed.Wpf.Toolkit.Primitives.Selector { + private const string PART_Popup = "PART_Popup"; + + #region Members + private ValueChangeHelper _displayMemberPathValuesChangeHelper; + private Popup _popup; + private List _initialValue = new List(); + + #endregion #region Constructors @@ -39,6 +49,7 @@ namespace Xceed.Wpf.Toolkit public CheckComboBox() { + Keyboard.AddKeyDownHandler( this, OnKeyDown ); Mouse.AddPreviewMouseDownOutsideCapturedElementHandler( this, OnMouseDownOutsideCapturedElement ); _displayMemberPathValuesChangeHelper = new ValueChangeHelper( this.OnDisplayMemberPathValuesChanged ); } @@ -47,6 +58,8 @@ namespace Xceed.Wpf.Toolkit #region Properties + #region Text + public static readonly DependencyProperty TextProperty = DependencyProperty.Register( "Text", typeof( string ), typeof( CheckComboBox ), new UIPropertyMetadata( null ) ); public string Text { @@ -60,6 +73,8 @@ namespace Xceed.Wpf.Toolkit } } + #endregion + #region IsDropDownOpen public static readonly DependencyProperty IsDropDownOpenProperty = DependencyProperty.Register( "IsDropDownOpen", typeof( bool ), typeof( CheckComboBox ), new UIPropertyMetadata( false, OnIsDropDownOpenChanged ) ); @@ -84,11 +99,51 @@ namespace Xceed.Wpf.Toolkit protected virtual void OnIsDropDownOpenChanged( bool oldValue, bool newValue ) { + if( newValue ) + { + _initialValue.Clear(); + foreach( object o in SelectedItems ) + _initialValue.Add( o ); + } + else + { + _initialValue.Clear(); + } + // TODO: Add your property changed side-effects. Descendants can override as well. } #endregion //IsDropDownOpen + #region MaxDropDownHeight + + public static readonly DependencyProperty MaxDropDownHeightProperty = DependencyProperty.Register( "MaxDropDownHeight", typeof( double ), typeof( CheckComboBox ), new UIPropertyMetadata( SystemParameters.PrimaryScreenHeight / 3.0, OnMaxDropDownHeightChanged ) ); + public double MaxDropDownHeight + { + get + { + return ( double )GetValue( MaxDropDownHeightProperty ); + } + set + { + SetValue( MaxDropDownHeightProperty, value ); + } + } + + private static void OnMaxDropDownHeightChanged( DependencyObject o, DependencyPropertyChangedEventArgs e ) + { + CheckComboBox comboBox = o as CheckComboBox; + if( comboBox != null ) + comboBox.OnMaxDropDownHeightChanged( ( double )e.OldValue, ( double )e.NewValue ); + } + + protected virtual void OnMaxDropDownHeightChanged( double oldValue, double newValue ) + { + // TODO: Add your property changed side-effects. Descendants can override as well. + } + + #endregion + #endregion //Properties #region Base Class Overrides @@ -111,13 +166,69 @@ namespace Xceed.Wpf.Toolkit this.UpdateDisplayMemberPathValuesBindings(); } + public override void OnApplyTemplate() + { + base.OnApplyTemplate(); + + if( _popup != null ) + _popup.Opened -= Popup_Opened; + + _popup = GetTemplateChild( PART_Popup ) as Popup; + + if( _popup != null ) + _popup.Opened += Popup_Opened; + } + #endregion //Base Class Overrides #region Event Handlers private void OnMouseDownOutsideCapturedElement( object sender, MouseButtonEventArgs e ) { - CloseDropDown(); + CloseDropDown( false ); + } + + private void OnKeyDown( object sender, KeyEventArgs e ) + { + if( !IsDropDownOpen ) + { + if( KeyboardUtilities.IsKeyModifyingPopupState( e ) ) + { + IsDropDownOpen = true; + // Popup_Opened() will Focus on ComboBoxItem. + e.Handled = true; + } + } + else + { + if( KeyboardUtilities.IsKeyModifyingPopupState( e ) ) + { + CloseDropDown( true ); + e.Handled = true; + } + else if( e.Key == Key.Enter ) + { + CloseDropDown( true ); + e.Handled = true; + } + else if( e.Key == Key.Escape ) + { + SelectedItems.Clear(); + foreach( object o in _initialValue ) + SelectedItems.Add( o ); + CloseDropDown( true ); + e.Handled = true; + } + } + } + + private void Popup_Opened( object sender, EventArgs e ) + { + UIElement item = ItemContainerGenerator.ContainerFromItem( SelectedItem ) as UIElement; + if( (item == null) && (Items.Count > 0) ) + item = ItemContainerGenerator.ContainerFromItem( Items[0] ) as UIElement; + if( item != null ) + item.Focus(); } #endregion //Event Handlers @@ -158,11 +269,14 @@ namespace Xceed.Wpf.Toolkit return item; } - private void CloseDropDown() + private void CloseDropDown( bool isFocusOnComboBox ) { if( IsDropDownOpen ) IsDropDownOpen = false; ReleaseMouseCapture(); + + if( isFocusOnComboBox ) + Focus(); } #endregion //Methods diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Themes/Generic.xaml index 4cacc43a..41e0b4b3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckComboBox/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -83,13 +80,13 @@ - + - + @@ -98,7 +95,7 @@ - diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Implementation/CheckListBox.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Implementation/CheckListBox.cs index 956ac25e..50783e25 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Implementation/CheckListBox.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Implementation/CheckListBox.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Themes/Generic.xaml index a3037418..b47f97eb 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CheckListBox/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/ChildWindow.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/ChildWindow.cs index b7eb67ec..3c8399a3 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/ChildWindow.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/ChildWindow.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowStartupLocation.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowStartupLocation.cs index eb5e3261..5470079c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowStartupLocation.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowStartupLocation.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowState.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowState.cs index f9f8f0d5..027fd2a0 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowState.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Implementation/WindowState.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Themes/Generic.xaml index 3208ade1..05bdbf1c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/ChildWindow/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Implementation/ButtonChrome.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Implementation/ButtonChrome.cs index a8ab8c26..778219be 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Implementation/ButtonChrome.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Implementation/ButtonChrome.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Themes/Generic.xaml index 24d7d2b0..e9655483 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/Chromes/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Images/Delete16.png b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Images/Delete16.png similarity index 100% rename from ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Images/Delete16.png rename to ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Images/Delete16.png diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControl.cs similarity index 80% rename from ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditor.cs rename to ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControl.cs index 8693a5ea..3b414ba4 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -29,11 +26,11 @@ using System.Windows.Input; namespace Xceed.Wpf.Toolkit { - public class CollectionEditor : Control + public class CollectionControl : Control { #region Properties - public static readonly DependencyProperty ItemsProperty = DependencyProperty.Register( "Items", typeof( ObservableCollection ), typeof( CollectionEditor ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty ItemsProperty = DependencyProperty.Register( "Items", typeof( ObservableCollection ), typeof( CollectionControl ), new UIPropertyMetadata( null ) ); public ObservableCollection Items { get @@ -46,7 +43,7 @@ namespace Xceed.Wpf.Toolkit } } - public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register( "ItemsSource", typeof( IList ), typeof( CollectionEditor ), new UIPropertyMetadata( null, OnItemsSourceChanged ) ); + public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register( "ItemsSource", typeof( IList ), typeof( CollectionControl ), new UIPropertyMetadata( null, OnItemsSourceChanged ) ); public IList ItemsSource { get @@ -61,9 +58,9 @@ namespace Xceed.Wpf.Toolkit private static void OnItemsSourceChanged( DependencyObject d, DependencyPropertyChangedEventArgs e ) { - CollectionEditor collectionEditor = ( CollectionEditor )d; - if( collectionEditor != null ) - collectionEditor.OnItemSourceChanged( ( IList )e.OldValue, ( IList )e.NewValue ); + CollectionControl CollectionControl = ( CollectionControl )d; + if( CollectionControl != null ) + CollectionControl.OnItemSourceChanged( ( IList )e.OldValue, ( IList )e.NewValue ); } public void OnItemSourceChanged( IList oldValue, IList newValue ) @@ -75,7 +72,7 @@ namespace Xceed.Wpf.Toolkit } } - public static readonly DependencyProperty ItemsSourceTypeProperty = DependencyProperty.Register( "ItemsSourceType", typeof( Type ), typeof( CollectionEditor ), new UIPropertyMetadata( null, new PropertyChangedCallback( ItemsSourceTypeChanged ) ) ); + public static readonly DependencyProperty ItemsSourceTypeProperty = DependencyProperty.Register( "ItemsSourceType", typeof( Type ), typeof( CollectionControl ), new UIPropertyMetadata( null, new PropertyChangedCallback( ItemsSourceTypeChanged ) ) ); public Type ItemsSourceType { get @@ -90,9 +87,9 @@ namespace Xceed.Wpf.Toolkit private static void ItemsSourceTypeChanged( DependencyObject d, DependencyPropertyChangedEventArgs e ) { - CollectionEditor collectionEditor = ( CollectionEditor )d; - if( collectionEditor != null ) - collectionEditor.ItemsSourceTypeChanged( ( Type )e.OldValue, ( Type )e.NewValue ); + CollectionControl CollectionControl = ( CollectionControl )d; + if( CollectionControl != null ) + CollectionControl.ItemsSourceTypeChanged( ( Type )e.OldValue, ( Type )e.NewValue ); } protected virtual void ItemsSourceTypeChanged( Type oldValue, Type newValue ) @@ -108,7 +105,7 @@ namespace Xceed.Wpf.Toolkit NewItemTypes = types; } - public static readonly DependencyProperty NewItemTypesProperty = DependencyProperty.Register( "NewItemTypes", typeof( IList ), typeof( CollectionEditor ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty NewItemTypesProperty = DependencyProperty.Register( "NewItemTypes", typeof( IList ), typeof( CollectionControl ), new UIPropertyMetadata( null ) ); public IList NewItemTypes { get @@ -121,7 +118,7 @@ namespace Xceed.Wpf.Toolkit } } - public static readonly DependencyProperty SelectedItemProperty = DependencyProperty.Register( "SelectedItem", typeof( object ), typeof( CollectionEditor ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty SelectedItemProperty = DependencyProperty.Register( "SelectedItem", typeof( object ), typeof( CollectionControl ), new UIPropertyMetadata( null ) ); public object SelectedItem { get @@ -138,12 +135,12 @@ namespace Xceed.Wpf.Toolkit #region Constructors - static CollectionEditor() + static CollectionControl() { - DefaultStyleKeyProperty.OverrideMetadata( typeof( CollectionEditor ), new FrameworkPropertyMetadata( typeof( CollectionEditor ) ) ); + DefaultStyleKeyProperty.OverrideMetadata( typeof( CollectionControl ), new FrameworkPropertyMetadata( typeof( CollectionControl ) ) ); } - public CollectionEditor() + public CollectionControl() { Items = new ObservableCollection(); CommandBindings.Add( new CommandBinding( ApplicationCommands.New, AddNew, CanAddNew ) ); @@ -264,7 +261,7 @@ namespace Xceed.Wpf.Toolkit public void PersistChanges() { - IList list = ResolveItemsSource(); + IList list = ComputeItemsSource(); if( list == null ) return; @@ -277,7 +274,7 @@ namespace Xceed.Wpf.Toolkit } } - private IList ResolveItemsSource() + private IList ComputeItemsSource() { if( ItemsSource == null ) ItemsSource = CreateItemsSource(); diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml similarity index 68% rename from ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml rename to ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml index 496bbbe6..47d4088c 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml @@ -7,21 +7,18 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> - @@ -32,14 +29,14 @@ - - + diff --git a/ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml.cs similarity index 67% rename from ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml.cs rename to ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml.cs index e73003dc..9554a034 100644 --- a/ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/CollectionEditorDialog.xaml.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/CollectionControlDialog.xaml.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -25,13 +22,13 @@ using System.Windows; namespace Xceed.Wpf.Toolkit { /// - /// Interaction logic for CollectionEditorDialog.xaml + /// Interaction logic for CollectionControlDialog.xaml /// - public partial class CollectionEditorDialog : Window + public partial class CollectionControlDialog : Window { #region Properties - public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register( "ItemsSource", typeof( IList ), typeof( CollectionEditorDialog ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register( "ItemsSource", typeof( IList ), typeof( CollectionControlDialog ), new UIPropertyMetadata( null ) ); public IList ItemsSource { get @@ -44,7 +41,7 @@ namespace Xceed.Wpf.Toolkit } } - public static readonly DependencyProperty ItemsSourceTypeProperty = DependencyProperty.Register( "ItemsSourceType", typeof( Type ), typeof( CollectionEditorDialog ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty ItemsSourceTypeProperty = DependencyProperty.Register( "ItemsSourceType", typeof( Type ), typeof( CollectionControlDialog ), new UIPropertyMetadata( null ) ); public Type ItemsSourceType { get @@ -57,7 +54,7 @@ namespace Xceed.Wpf.Toolkit } } - public static readonly DependencyProperty NewItemTypesProperty = DependencyProperty.Register( "NewItemTypes", typeof( IList ), typeof( CollectionEditorDialog ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty NewItemTypesProperty = DependencyProperty.Register( "NewItemTypes", typeof( IList ), typeof( CollectionControlDialog ), new UIPropertyMetadata( null ) ); public IList NewItemTypes { get @@ -74,12 +71,12 @@ namespace Xceed.Wpf.Toolkit #region Constructors - public CollectionEditorDialog() + public CollectionControlDialog() { InitializeComponent(); } - public CollectionEditorDialog( Type type ) + public CollectionControlDialog( Type type ) : this() { ItemsSourceType = type; @@ -95,6 +92,11 @@ namespace Xceed.Wpf.Toolkit Close(); } + private void CancelButton_Click( object sender, RoutedEventArgs e ) + { + Close(); + } + #endregion //Event Hanlders } } diff --git a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/PrimitiveTypeCollectionEditor.cs b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/PrimitiveTypeCollectionControl.cs similarity index 71% rename from ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/PrimitiveTypeCollectionEditor.cs rename to ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/PrimitiveTypeCollectionControl.cs index b843784c..92b2a25e 100644 --- a/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionEditors/Implementation/PrimitiveTypeCollectionEditor.cs +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Implementation/PrimitiveTypeCollectionControl.cs @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************/ @@ -27,7 +24,7 @@ using System.Windows.Controls; namespace Xceed.Wpf.Toolkit { - public class PrimitiveTypeCollectionEditor : ContentControl + public class PrimitiveTypeCollectionControl : ContentControl { #region Members @@ -40,7 +37,7 @@ namespace Xceed.Wpf.Toolkit #region IsOpen - public static readonly DependencyProperty IsOpenProperty = DependencyProperty.Register( "IsOpen", typeof( bool ), typeof( PrimitiveTypeCollectionEditor ), new UIPropertyMetadata( false, OnIsOpenChanged ) ); + public static readonly DependencyProperty IsOpenProperty = DependencyProperty.Register( "IsOpen", typeof( bool ), typeof( PrimitiveTypeCollectionControl ), new UIPropertyMetadata( false, OnIsOpenChanged ) ); public bool IsOpen { get @@ -55,9 +52,9 @@ namespace Xceed.Wpf.Toolkit private static void OnIsOpenChanged( DependencyObject o, DependencyPropertyChangedEventArgs e ) { - PrimitiveTypeCollectionEditor primitiveTypeCollectionEditor = o as PrimitiveTypeCollectionEditor; - if( primitiveTypeCollectionEditor != null ) - primitiveTypeCollectionEditor.OnIsOpenChanged( ( bool )e.OldValue, ( bool )e.NewValue ); + PrimitiveTypeCollectionControl primitiveTypeCollectionControl = o as PrimitiveTypeCollectionControl; + if( primitiveTypeCollectionControl != null ) + primitiveTypeCollectionControl.OnIsOpenChanged( ( bool )e.OldValue, ( bool )e.NewValue ); } protected virtual void OnIsOpenChanged( bool oldValue, bool newValue ) @@ -69,7 +66,7 @@ namespace Xceed.Wpf.Toolkit #region ItemsSource - public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register( "ItemsSource", typeof( IList ), typeof( PrimitiveTypeCollectionEditor ), new UIPropertyMetadata( null, OnItemsSourceChanged ) ); + public static readonly DependencyProperty ItemsSourceProperty = DependencyProperty.Register( "ItemsSource", typeof( IList ), typeof( PrimitiveTypeCollectionControl ), new UIPropertyMetadata( null, OnItemsSourceChanged ) ); public IList ItemsSource { get @@ -84,9 +81,9 @@ namespace Xceed.Wpf.Toolkit private static void OnItemsSourceChanged( DependencyObject o, DependencyPropertyChangedEventArgs e ) { - PrimitiveTypeCollectionEditor primitiveTypeCollectionEditor = o as PrimitiveTypeCollectionEditor; - if( primitiveTypeCollectionEditor != null ) - primitiveTypeCollectionEditor.OnItemsSourceChanged( ( IList )e.OldValue, ( IList )e.NewValue ); + PrimitiveTypeCollectionControl primitiveTypeCollectionControl = o as PrimitiveTypeCollectionControl; + if( primitiveTypeCollectionControl != null ) + primitiveTypeCollectionControl.OnItemsSourceChanged( ( IList )e.OldValue, ( IList )e.NewValue ); } protected virtual void OnItemsSourceChanged( IList oldValue, IList newValue ) @@ -106,7 +103,7 @@ namespace Xceed.Wpf.Toolkit #endregion //ItemsSource - public static readonly DependencyProperty ItemsSourceTypeProperty = DependencyProperty.Register( "ItemsSourceType", typeof( Type ), typeof( PrimitiveTypeCollectionEditor ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty ItemsSourceTypeProperty = DependencyProperty.Register( "ItemsSourceType", typeof( Type ), typeof( PrimitiveTypeCollectionControl ), new UIPropertyMetadata( null ) ); public Type ItemsSourceType { get @@ -119,7 +116,7 @@ namespace Xceed.Wpf.Toolkit } } - public static readonly DependencyProperty ItemTypeProperty = DependencyProperty.Register( "ItemType", typeof( Type ), typeof( PrimitiveTypeCollectionEditor ), new UIPropertyMetadata( null ) ); + public static readonly DependencyProperty ItemTypeProperty = DependencyProperty.Register( "ItemType", typeof( Type ), typeof( PrimitiveTypeCollectionControl ), new UIPropertyMetadata( null ) ); public Type ItemType { get @@ -134,7 +131,7 @@ namespace Xceed.Wpf.Toolkit #region Text - public static readonly DependencyProperty TextProperty = DependencyProperty.Register( "Text", typeof( string ), typeof( PrimitiveTypeCollectionEditor ), new UIPropertyMetadata( null, OnTextChanged ) ); + public static readonly DependencyProperty TextProperty = DependencyProperty.Register( "Text", typeof( string ), typeof( PrimitiveTypeCollectionControl ), new UIPropertyMetadata( null, OnTextChanged ) ); public string Text { get @@ -149,9 +146,9 @@ namespace Xceed.Wpf.Toolkit private static void OnTextChanged( DependencyObject o, DependencyPropertyChangedEventArgs e ) { - PrimitiveTypeCollectionEditor primitiveTypeCollectionEditor = o as PrimitiveTypeCollectionEditor; - if( primitiveTypeCollectionEditor != null ) - primitiveTypeCollectionEditor.OnTextChanged( ( string )e.OldValue, ( string )e.NewValue ); + PrimitiveTypeCollectionControl primitiveTypeCollectionControl = o as PrimitiveTypeCollectionControl; + if( primitiveTypeCollectionControl != null ) + primitiveTypeCollectionControl.OnTextChanged( ( string )e.OldValue, ( string )e.NewValue ); } protected virtual void OnTextChanged( string oldValue, string newValue ) @@ -166,12 +163,12 @@ namespace Xceed.Wpf.Toolkit #region Constructors - static PrimitiveTypeCollectionEditor() + static PrimitiveTypeCollectionControl() { - DefaultStyleKeyProperty.OverrideMetadata( typeof( PrimitiveTypeCollectionEditor ), new FrameworkPropertyMetadata( typeof( PrimitiveTypeCollectionEditor ) ) ); + DefaultStyleKeyProperty.OverrideMetadata( typeof( PrimitiveTypeCollectionControl ), new FrameworkPropertyMetadata( typeof( PrimitiveTypeCollectionControl ) ) ); } - public PrimitiveTypeCollectionEditor() + public PrimitiveTypeCollectionControl() { } @@ -182,14 +179,14 @@ namespace Xceed.Wpf.Toolkit private void PersistChanges() { - IList list = ResolveItemsSource(); + IList list = ComputeItemsSource(); if( list == null ) return; //the easiest way to persist changes to the source is to just clear the source list and then add all items to it. list.Clear(); - IList items = ResolveItems(); + IList items = ComputeItems(); foreach( var item in items ) { list.Add( item ); @@ -200,7 +197,7 @@ namespace Xceed.Wpf.Toolkit SetText( list ); } - private IList ResolveItems() + private IList ComputeItems() { IList items = new List(); @@ -233,7 +230,7 @@ namespace Xceed.Wpf.Toolkit return items; } - private IList ResolveItemsSource() + private IList ComputeItemsSource() { if( ItemsSource == null ) ItemsSource = CreateItemsSource(); diff --git a/ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Themes/Generic.xaml b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Themes/Generic.xaml similarity index 89% rename from ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Themes/Generic.xaml rename to ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Themes/Generic.xaml index 31ead62b..86e83a01 100644 --- a/ExtendedWPFToolkitSolution_35/Src/Xceed.Wpf.Toolkit/CollectionEditors/Themes/Generic.xaml +++ b/ExtendedWPFToolkitSolution/Src/Xceed.Wpf.Toolkit/CollectionControl/Themes/Generic.xaml @@ -7,13 +7,10 @@ This program is provided to you under the terms of the Microsoft Public License (Ms-PL) as published at http://wpftoolkit.codeplex.com/license - This program can be provided to you by Xceed Software Inc. under a - proprietary commercial license agreement for use in non-Open Source - projects. The commercial version of Extended WPF Toolkit also includes - priority technical support, commercial updates, and many additional - useful WPF controls if you license Xceed Business Suite for WPF. + For more features, controls, and fast professional support, + pick up the Plus edition at http://xceed.com/wpf_toolkit - Visit http://xceed.com and follow @datagrid on Twitter. + Visit http://xceed.com and follow @datagrid on Twitter **********************************************************************--> @@ -26,7 +23,7 @@ - - - - -