211 references to OldValue
PresentationCore (50)
Core\CSharp\System\Windows\Input\FocusManager.cs (1)
238DependencyObject oldVisual = (DependencyObject)e.OldValue;
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
698Debug.Assert(e.OldValue != e.NewValue);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
199AutoWrapVisual.Children.Remove((Visual)e.OldValue);
Core\CSharp\System\Windows\Media\Effects\Generated\ShaderEffect.cs (1)
114PixelShader oldV = (PixelShader) e.OldValue;
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
180PixelShader oldShader = (PixelShader)e.OldValue;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (2)
121BitmapCache oldV = (BitmapCache) e.OldValue; 157Visual oldV = (Visual) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\Brush.cs (2)
122Transform oldV = (Transform) e.OldValue; 170Transform oldV = (Transform) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (2)
121Geometry oldV = (Geometry) e.OldValue; 169Geometry oldV = (Geometry) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
114Drawing oldV = (Drawing) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (5)
120oldCollection = (DrawingCollection) e.OldValue; 205Geometry oldV = (Geometry) e.OldValue; 260Brush oldV = (Brush) e.OldValue; 308Transform oldV = (Transform) e.OldValue; 356GuidelineSet oldV = (GuidelineSet) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\DrawingImage.cs (1)
114Drawing oldV = (Drawing) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\Geometry.cs (1)
117Transform oldV = (Transform) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\GeometryDrawing.cs (3)
114Brush oldV = (Brush) e.OldValue; 162Pen oldV = (Pen) e.OldValue; 210Geometry oldV = (Geometry) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (1)
127oldCollection = (GeometryCollection) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\GlyphRunDrawing.cs (2)
95GlyphRun oldV = (GlyphRun) e.OldValue; 143Brush oldV = (Brush) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
114ImageSource oldV = (ImageSource) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (1)
114ImageSource oldV = (ImageSource) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\Pen.cs (2)
114Brush oldV = (Brush) e.OldValue; 204DashStyle oldV = (DashStyle) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs (1)
120oldCollection = (TransformCollection) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (1)
95MediaPlayer oldV = (MediaPlayer) e.OldValue;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
95Visual oldV = (Visual) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\Camera.cs (1)
110Transform3D oldV = (Transform3D) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\DiffuseMaterial.cs (1)
124Brush oldV = (Brush) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (1)
117Brush oldV = (Brush) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\GeometryModel3D.cs (3)
110Geometry3D oldV = (Geometry3D) e.OldValue; 160Material oldV = (Material) e.OldValue; 210Material oldV = (Material) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (1)
116oldCollection = (MaterialCollection) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\Model3D.cs (1)
110Transform3D oldV = (Transform3D) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\Model3DGroup.cs (1)
116oldCollection = (Model3DCollection) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs (1)
139Rotation3D oldV = (Rotation3D) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\SpecularMaterial.cs (1)
117Brush oldV = (Brush) e.OldValue;
Core\CSharp\System\Windows\Media3D\Generated\Transform3DGroup.cs (1)
116oldCollection = (Transform3DCollection) e.OldValue;
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (2)
328Visual oldValue = (Visual)e.OldValue; 762BitmapCache oldValue = (CacheMode)e.OldValue as BitmapCache;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (2)
222if (e.OldValue != null) 226((DUCE.IResource) e.OldValue));
Core\CSharp\System\Windows\Media3D\Visual3D.cs (2)
174if (e.OldValue != null) 178((DUCE.IResource) e.OldValue));
PresentationFramework (127)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
393String oldValue = (string) e.OldValue;
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (3)
123oldSingle = (bool)e.OldValue; 131oldFacing = (bool)e.OldValue; 139oldScroll = (bool)e.OldValue;
src\Framework\System\Windows\Controls\Calendar.cs (3)
218c.OnDisplayDateChanged(new CalendarDateChangedEventArgs((DateTime)e.OldValue, (DateTime)e.NewValue)); 390CalendarMode oldMode = (CalendarMode)e.OldValue; 423c.OnDisplayModeChanged(new CalendarModeChangedEventArgs((CalendarMode)e.OldValue, mode));
src\Framework\System\Windows\Controls\ComboBox.cs (1)
632peer.RaiseValuePropertyChangedEvent((string)e.OldValue, (string)e.NewValue);
src\Framework\System\Windows\Controls\ContentControl.cs (3)
257ctrl.OnContentChanged(e.OldValue, e.NewValue); 364ctrl.OnContentTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.NewValue); 460ctrl.OnContentStringFormatChanged((String) e.OldValue, (String) e.NewValue);
src\Framework\System\Windows\Controls\ContentPresenter.cs (6)
216object oldDataType = DataTypeForItem(e.OldValue, ctrl, out type); 227String oldString = (String)e.OldValue; 283ctrl.OnContentTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.NewValue); 344ctrl.OnContentTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.NewValue); 394ctrl.OnContentStringFormatChanged((String) e.OldValue, (String) e.NewValue); 810StyleHelper.UpdateTemplateCache(c, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.NewValue, TemplateProperty);
src\Framework\System\Windows\Controls\Control.cs (1)
449StyleHelper.UpdateTemplateCache(c, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.NewValue, TemplateProperty);
src\Framework\System\Windows\Controls\DataGrid.cs (4)
536if (e.OldValue != e.NewValue) 2899DataGridCellInfo oldCell = (DataGridCellInfo)e.OldValue; 4517DataGridSelectionUnit oldUnit = (DataGridSelectionUnit)e.OldValue; 8477double oldValue = (double)e.OldValue;
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
185cell.OnColumnChanged((DataGridColumn)e.OldValue, (DataGridColumn)e.NewValue);
src\Framework\System\Windows\Controls\DataGridColumn.cs (5)
227DataGridLength oldWidth = (DataGridLength)e.OldValue; 278dataGrid.InternalColumns.RedistributeColumnWidthsOnWidthChangeOfColumn(column, (DataGridLength)e.OldValue); 323dataGrid.InternalColumns.RedistributeColumnWidthsOnMinWidthChangeOfColumn(column, (double)e.OldValue); 362dataGrid.InternalColumns.RedistributeColumnWidthsOnMaxWidthChangeOfColumn(column, (double)e.OldValue); 1524Visibility oldVisibility = (Visibility)eventArgs.OldValue;
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (3)
172OnColumnDisplayIndexChanged((DataGridColumn)d, (int)e.OldValue, (int)e.NewValue); 188OnDataGridFrozenColumnCountChanged((int)e.OldValue, (int)e.NewValue); 1047RedistributeColumnWidthsOnAvailableSpaceChange((double)e.OldValue - (double)e.NewValue, totalAvailableWidth);
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
57e.OldValue,
src\Framework\System\Windows\Controls\DataGridHelper.cs (1)
258DataGridLength oldWidth = (DataGridLength)e.OldValue;
src\Framework\System\Windows\Controls\DataGridRow.cs (3)
920OnItemChanged(e.OldValue, e.NewValue); 924OnHeaderChanged(e.OldValue, e.NewValue); 1102(bool)e.OldValue,
src\Framework\System\Windows\Controls\DatePicker.cs (1)
439removedDate = (DateTime?)e.OldValue;
src\Framework\System\Windows\Controls\DefinitionBase.cs (1)
172if (((GridLength) e.OldValue).GridUnitType != ((GridLength) e.NewValue).GridUnitType)
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (3)
1661peer.RaiseCurrentViewChangedEvent((FlowDocumentReaderViewingMode)e.NewValue, (FlowDocumentReaderViewingMode)e.OldValue); 1746viewer.DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.NewValue); 1759if (!DoubleUtil.AreClose((double)e.OldValue, (double)e.NewValue))
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1634((FlowDocumentScrollViewer)d).DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.NewValue); 1647if (!DoubleUtil.AreClose((double)e.OldValue, (double)e.NewValue))
src\Framework\System\Windows\Controls\Frame.cs (1)
411if (fSandBox && !(bool)e.OldValue)
src\Framework\System\Windows\Controls\GridViewColumn.cs (1)
265ctrl.OnHeaderStringFormatChanged((String) e.OldValue, (String) e.NewValue);
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (3)
95Type oldType = (e.OldValue != null) ? e.OldValue.GetType() : null; 104else if (e.OldValue == BindingExpressionBase.DisconnectedItem)
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (4)
87ctrl.OnHeaderChanged(e.OldValue, e.NewValue); 161ctrl.OnHeaderTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.NewValue); 211ctrl.OnHeaderTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.NewValue); 257ctrl.OnHeaderStringFormatChanged((String) e.OldValue, (String) e.NewValue);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (4)
77ctrl.OnHeaderChanged(e.OldValue, e.NewValue); 149ctrl.OnHeaderTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.NewValue); 196ctrl.OnHeaderTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.NewValue); 242ctrl.OnHeaderStringFormatChanged((String) e.OldValue, (String) e.NewValue);
src\Framework\System\Windows\Controls\Image.cs (1)
468ImageSource oldValue = (ImageSource)e.OldValue;
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
622StrokeCollection oldValue = (StrokeCollection)e.OldValue; 745DrawingAttributes oldValue = (DrawingAttributes)e.OldValue;
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
140StrokeCollection oldValue = (StrokeCollection)e.OldValue;
src\Framework\System\Windows\Controls\ItemsControl.cs (11)
194IEnumerable oldValue = (IEnumerable)e.OldValue; 398ctrl.OnDisplayMemberPathChanged((string)e.OldValue, (string)e.NewValue); 483((ItemsControl) d).OnItemTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.NewValue); 539((ItemsControl)d).OnItemTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.NewValue); 592ctrl.OnItemStringFormatChanged((String) e.OldValue, (String) e.NewValue); 642ctrl.OnItemBindingGroupChanged((BindingGroup) e.OldValue, (BindingGroup) e.NewValue); 711((ItemsControl) d).OnItemContainerStyleChanged((Style) e.OldValue, (Style) e.NewValue); 767((ItemsControl) d).OnItemContainerStyleSelectorChanged((StyleSelector) e.OldValue, (StyleSelector) e.NewValue); 895((ItemsControl) d).OnItemsPanelChanged((ItemsPanelTemplate) e.OldValue, (ItemsPanelTemplate) e.NewValue); 1007((ItemsControl) d).OnGroupStyleSelectorChanged((GroupStyleSelector) e.OldValue, (GroupStyleSelector) e.NewValue); 1065int oldAlternationCount = (int) e.OldValue;
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
148StyleHelper.UpdateTemplateCache(ip, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.NewValue, TemplateProperty);
src\Framework\System\Windows\Controls\Label.cs (1)
112UIElement oldElement = (UIElement) e.OldValue;
src\Framework\System\Windows\Controls\ListView.cs (1)
90ViewBase oldView = (ViewBase)e.OldValue;
src\Framework\System\Windows\Controls\MenuItem.cs (4)
410item.OnCommandChanged((ICommand) e.OldValue, (ICommand) e.NewValue); 596bool oldValue = (bool) e.OldValue; 1019if ((bool) e.OldValue) 1031menuItem.RaiseEvent(new RoutedPropertyChangedEventArgs<bool>((bool) e.OldValue, (bool) e.NewValue, MenuBase.IsSelectedChangedEvent));
src\Framework\System\Windows\Controls\Page.cs (2)
559StyleHelper.UpdateTemplateCache(p, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.NewValue, TemplateProperty); 746page.OnContentChanged(e.OldValue, e.NewValue);
src\Framework\System\Windows\Controls\Panel.cs (2)
244panel.OnIsItemsHostChanged((bool) e.OldValue, (bool) e.NewValue); 956int oldValue = (int)e.OldValue;
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
285b.OnCommandChanged((ICommand)e.OldValue, (ICommand)e.NewValue);
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (1)
505if (e.OldValue != cellsPresenter.GetValue(VirtualizingPanel.IsVirtualizingProperty))
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
572bool oldIsVisible = (((Visibility)e.OldValue) == Visibility.Visible);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (1)
378if (e.OldValue != headersPresenter.GetValue(VirtualizingPanel.IsVirtualizingProperty))
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1629((DocumentViewerBase) d).DocumentChanged((IDocumentPaginatorSource) e.OldValue, (IDocumentPaginatorSource) e.NewValue);
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
258GridViewColumnCollection oldCollection = (GridViewColumnCollection)e.OldValue;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (4)
139UIElement oldChild = (UIElement) e.OldValue; 671ctrl.UpdatePlacementTargetRegistration((UIElement)e.OldValue, (UIElement)e.NewValue); 673else if (e.OldValue != null) 675UnregisterPopupFromPlacementTarget(ctrl, (UIElement)e.OldValue);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (6)
109peer.RaiseMinimumPropertyChangedEvent((double)e.OldValue, (double)e.NewValue); 114ctrl.OnMinimumChanged((double)e.OldValue, (double)e.NewValue); 173peer.RaiseMaximumPropertyChangedEvent((double)e.OldValue, (double)e.NewValue); 177ctrl.OnMaximumChanged((double) e.OldValue, (double) e.NewValue); 246peer.RaiseValuePropertyChangedEvent((double)e.OldValue, (double)e.NewValue); 249ctrl.OnValueChanged((double) e.OldValue, (double) e.NewValue);
src\Framework\System\Windows\Controls\Primitives\ResizeGrip.cs (1)
81rg.OnWindowServiceChanged(e.OldValue as Window, e.NewValue as Window);
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
171bool? oldValue = (bool?) e.OldValue;
src\Framework\System\Windows\Controls\SinglePageViewer.cs (3)
1428((FlowDocumentPageViewer)d).ZoomChanged((double) e.OldValue, (double) e.NewValue); 1437((FlowDocumentPageViewer)d).MaxZoomChanged((double) e.OldValue, (double) e.NewValue); 1446((FlowDocumentPageViewer)d).MinZoomChanged((double) e.OldValue, (double) e.NewValue);
src\Framework\System\Windows\Controls\Slider.cs (1)
626double oldValue = (double)e.OldValue;
src\Framework\System\Windows\Controls\SpellCheck.cs (1)
218if ((bool)e.NewValue != (bool)e.OldValue)
src\Framework\System\Windows\Controls\TextBox.cs (3)
1049peer.RaiseValuePropertyChangedEvent((string)e.OldValue, (string)e.NewValue); 1054peer.RaiseIsReadOnlyPropertyChangedEvent((bool)e.OldValue, (bool)e.NewValue); 1568textBox.OnTextPropertyChanged((string)e.OldValue, (string)e.NewValue);
src\Framework\System\Windows\Controls\TreeViewItem.cs (1)
120peer.RaiseExpandCollapseAutomationEvent((bool)e.OldValue, isExpanded);
src\Framework\System\Windows\Controls\Validation.cs (2)
271DependencyObject oldSite = (DependencyObject)e.OldValue; 339DependencyObject oldSiteFor = (DependencyObject)e.OldValue;
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
123ctrl.OnSourceChanged(e.OldValue, e.NewValue); 184Type oldCollectionViewType = (Type) e.OldValue;
src\Framework\System\Windows\Documents\DocumentReference.cs (2)
161if (!object.Equals(e.OldValue, e.NewValue)) 163Uri oldSource = (Uri) e.OldValue;
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
59NavigationService oldService = (NavigationService) e.OldValue;
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
177h.OnCommandChanged((ICommand)e.OldValue, (ICommand)e.NewValue);
src\Framework\System\Windows\Documents\TableCell.cs (2)
598peer.OnColumnSpanChanged((int)e.OldValue, (int)e.NewValue); 618peer.OnRowSpanChanged((int)e.OldValue, (int)e.NewValue);
src\Framework\System\Windows\Documents\TextTreeUndo.cs (1)
71record.Value = e.OldValueSource == BaseValueSourceInternal.Local ? e.OldValue : DependencyProperty.UnsetValue;
src\Framework\System\Windows\FrameworkContentElement.cs (1)
162StyleHelper.UpdateStyleCache(null, fce, (Style) e.OldValue, (Style) e.NewValue, ref fce._styleCache);
src\Framework\System\Windows\FrameworkElement.cs (1)
183StyleHelper.UpdateStyleCache(fe, null, (Style) e.OldValue, (Style) e.NewValue, ref fe._styleCache);
src\Framework\System\Windows\Navigation\NavigationWindow.cs (1)
100if (fSandBox && !(bool)e.OldValue)
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
181var oldCommand = (ICommand)e.OldValue;
src\Framework\System\Windows\StyleHelper.cs (2)
4866oldState = conditions[0].Match(changedArgs.OldValue); 4944oldState = conditions[i].Match(changedArgs.OldValue);
src\Framework\System\Windows\Window.cs (1)
670var oldBar = (TaskbarItemInfo)e.OldValue;
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\FlowSwitchLink.cs (2)
160bool oldValue = (bool)e.OldValue; 271T oldValue = (T)e.OldValue;
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
532entry.Name = e.OldValue as string;
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
227CorrelationDataWrapper.Editor.ValidateKey(wrapper, (string)e.OldValue);
System.Activities.Presentation (30)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
242PropertyEntry oldValue = e.OldValue as PropertyEntry; 362OnOwningPropertyContainerChanged((PropertyContainer)e.OldValue, (PropertyContainer)e.NewValue);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (1)
222CategoryBase oldCategory = (CategoryBase)e.OldValue;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (1)
257FocusScopeManager.Instance.UpdateFocusScopePriorityForElement(d as UIElement, (int)e.OldValue, (int)e.NewValue);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
594if (!object.Equals(e.OldValue, e.NewValue))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (3)
240if (theThis.PersistenceId != null && theThis._persistViewManagerChanges && e.OldValue != null) 272if (e.OldValue != null) 274theThis.UnhookEvents(e.OldValue as CategoryList);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (4)
221if (bool.Equals(e.OldValue, false) && bool.Equals(e.NewValue, true)) 225else if (bool.Equals(e.OldValue, true) && bool.Equals(e.NewValue, false)) 364if (e.OldValue != null && e.NewValue == null) 368else if (e.NewValue != null && e.OldValue == null)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
156PropertyContainer oldContainer = (PropertyContainer)e.OldValue;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (3)
121if (e.OldValue != null) 122theThis.DisassociatePropertyEventHandlers((PropertyEntry)e.OldValue); 190theThis.ActiveEditMode = (PropertyContainerEditMode)e.OldValue;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
513ModelItem oldItem = e.OldValue as ModelItem;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
967WorkflowViewElement previousRoot = (WorkflowViewElement)e.OldValue;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
108if (null != args.OldValue) 110designer = (DesignerView)args.OldValue;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (2)
230((ExtensionWindow)sender).OnDataChanged(args.OldValue, args.NewValue); 240((ExtensionWindow)sender).OnVisibilityChanged((Visibility)e.OldValue, (Visibility)e.NewValue);
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (1)
550((ObservableCollection<Type>)args.OldValue).CollectionChanged -= ctrl.OnMostRecentlyUsedTypesChanged;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
553if (!object.Equals(e.OldValue, e.NewValue))
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (4)
1151ModelItem oldExpression = e.OldValue as ModelItem; 1358if (e.OldValue != null) 1361ModelItem modelItem = (ModelItem)e.OldValue; 1744if (!string.Equals(SR.ExpressionDefaultText, e.NewValue) && !string.Equals(e.OldValue, e.NewValue))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
470if (this.Context.Items.GetValue<Selection>().SelectedObjects.Contains(e.OldValue))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
199itemsPresenter.OnItemsChanged((ModelItemCollection)e.OldValue, (ModelItemCollection)e.NewValue);