441 references to NewValue
PresentationCore (106)
Core\CSharp\System\Windows\ContentElement.cs (1)
573
if ((bool) e.
NewValue
)
Core\CSharp\System\Windows\Input\Command\InputBinding.cs (1)
109
inputBinding.CheckSecureCommand((ICommand)e.
NewValue
, inputBinding.Gesture);
Core\CSharp\System\Windows\Input\Command\KeyBinding.cs (2)
133
keyBinding.SynchronizeGestureFromProperties(keyBinding.Key, (ModifierKeys)(e.
NewValue
));
160
keyBinding.SynchronizeGestureFromProperties((Key)(e.
NewValue
), keyBinding.Modifiers);
Core\CSharp\System\Windows\Input\Command\MouseBinding.cs (1)
148
mouseBinding.SynchronizeGestureFromProperties((MouseAction)(e.
NewValue
));
Core\CSharp\System\Windows\Input\FocusManager.cs (2)
237
IInputElement newFocusedElement = (IInputElement)e.
NewValue
;
239
DependencyObject newVisual = (DependencyObject)e.
NewValue
;
Core\CSharp\System\Windows\Input\InputMethod.cs (1)
1407
InputMethod.Current.EnableOrDisableInputMethod((bool) e.
NewValue
);
Core\CSharp\System\Windows\Input\TouchDevice.cs (1)
632
if (!(bool)e.
NewValue
)
Core\CSharp\System\Windows\Interop\D3DImage.cs (2)
698
Debug.Assert(e.OldValue != e.
NewValue
);
700
bool isFrontBufferAvailable = (bool)e.
NewValue
;
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
200
AutoWrapVisual.Children.Add((Visual)e.
NewValue
);
Core\CSharp\System\Windows\Media\Effects\Generated\ShaderEffect.cs (1)
115
PixelShader newV = (PixelShader) e.
NewValue
;
Core\CSharp\System\Windows\Media\Effects\PixelShader.cs (1)
92
Uri newUri = (Uri)e.
NewValue
;
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (3)
186
PixelShader newShader = (PixelShader)e.
NewValue
;
285
eff.UpdateShaderConstant(args.Property, args.
NewValue
, floatRegisterIndex);
317
eff.UpdateShaderSampler(args.Property, args.
NewValue
, samplerRegisterIndex, samplingMode);
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (2)
122
BitmapCache newV = (BitmapCache) e.
NewValue
;
183
Visual newV = (Visual) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\Brush.cs (2)
123
Transform newV = (Transform) e.
NewValue
;
171
Transform newV = (Transform) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\CombinedGeometry.cs (2)
122
Geometry newV = (Geometry) e.
NewValue
;
170
Geometry newV = (Geometry) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\DrawingBrush.cs (1)
115
Drawing newV = (Drawing) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\DrawingGroup.cs (5)
131
newCollection = (DrawingCollection) e.
NewValue
;
206
Geometry newV = (Geometry) e.
NewValue
;
261
Brush newV = (Brush) e.
NewValue
;
309
Transform newV = (Transform) e.
NewValue
;
357
GuidelineSet newV = (GuidelineSet) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\DrawingImage.cs (1)
115
Drawing newV = (Drawing) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\Geometry.cs (1)
118
Transform newV = (Transform) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\GeometryDrawing.cs (3)
115
Brush newV = (Brush) e.
NewValue
;
163
Pen newV = (Pen) e.
NewValue
;
211
Geometry newV = (Geometry) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\GeometryGroup.cs (1)
138
newCollection = (GeometryCollection) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\GlyphRunDrawing.cs (2)
96
GlyphRun newV = (GlyphRun) e.
NewValue
;
144
Brush newV = (Brush) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\ImageBrush.cs (1)
115
ImageSource newV = (ImageSource) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\ImageDrawing.cs (1)
115
ImageSource newV = (ImageSource) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\Pen.cs (2)
115
Brush newV = (Brush) e.
NewValue
;
205
DashStyle newV = (DashStyle) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\TransformGroup.cs (1)
131
newCollection = (TransformCollection) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\VideoDrawing.cs (1)
96
MediaPlayer newV = (MediaPlayer) e.
NewValue
;
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
121
Visual newV = (Visual) e.
NewValue
;
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (9)
662
_uriCachePolicy = e.
NewValue
as RequestCachePolicy;
670
_uriSource = e.
NewValue
as Uri;
678
_streamSource = e.
NewValue
as Stream;
686
_decodePixelWidth = (Int32)e.
NewValue
;
694
_decodePixelHeight = (Int32)e.
NewValue
;
702
_rotation = (Rotation)e.
NewValue
;
710
_sourceRect = (Int32Rect)e.
NewValue
;
716
BitmapCreateOptions options = (BitmapCreateOptions)e.
NewValue
;
725
_cacheOption = (BitmapCacheOption)e.
NewValue
;
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (4)
166
BitmapSource newSource = e.
NewValue
as BitmapSource;
213
_sourceColorContext = e.
NewValue
as ColorContext;
224
_destinationColorContext = e.
NewValue
as ColorContext;
235
_destinationFormat = (PixelFormat)e.
NewValue
;
Core\CSharp\System\Windows\Media\Imaging\CroppedBitmap.cs (2)
179
BitmapSource newSource = e.
NewValue
as BitmapSource;
207
_sourceRect = (Int32Rect)e.
NewValue
;
Core\CSharp\System\Windows\Media\Imaging\FormatConvertedBitmap.cs (4)
194
BitmapSource newSource = e.
NewValue
as BitmapSource;
241
_destinationFormat = (PixelFormat)e.
NewValue
;
252
_destinationPalette = e.
NewValue
as BitmapPalette;
263
_alphaThreshold = (double)e.
NewValue
;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (2)
299
BitmapSource newSource = e.
NewValue
as BitmapSource;
346
_transform = e.
NewValue
as Transform;
Core\CSharp\System\Windows\Media3D\Generated\Camera.cs (1)
111
Transform3D newV = (Transform3D) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\DiffuseMaterial.cs (1)
125
Brush newV = (Brush) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\EmissiveMaterial.cs (1)
118
Brush newV = (Brush) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\GeometryModel3D.cs (3)
111
Geometry3D newV = (Geometry3D) e.
NewValue
;
161
Material newV = (Material) e.
NewValue
;
211
Material newV = (Material) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\MaterialGroup.cs (1)
127
newCollection = (MaterialCollection) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\Model3D.cs (1)
111
Transform3D newV = (Transform3D) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\Model3DGroup.cs (1)
127
newCollection = (Model3DCollection) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\QuaternionRotation3D.cs (1)
90
target._cachedQuaternionValue = (Quaternion)e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\RotateTransform3D.cs (5)
90
target._cachedCenterXValue = (double)e.
NewValue
;
99
target._cachedCenterYValue = (double)e.
NewValue
;
108
target._cachedCenterZValue = (double)e.
NewValue
;
137
target._cachedRotationValue = (Rotation3D)e.
NewValue
;
140
Rotation3D newV = (Rotation3D) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\ScaleTransform3D.cs (6)
90
target._cachedScaleXValue = (double)e.
NewValue
;
99
target._cachedScaleYValue = (double)e.
NewValue
;
108
target._cachedScaleZValue = (double)e.
NewValue
;
117
target._cachedCenterXValue = (double)e.
NewValue
;
126
target._cachedCenterYValue = (double)e.
NewValue
;
135
target._cachedCenterZValue = (double)e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\SpecularMaterial.cs (1)
118
Brush newV = (Brush) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\Transform3DGroup.cs (1)
127
newCollection = (Transform3DCollection) e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Generated\TranslateTransform3D.cs (3)
90
target._cachedOffsetXValue = (double)e.
NewValue
;
99
target._cachedOffsetYValue = (double)e.
NewValue
;
108
target._cachedOffsetZValue = (double)e.
NewValue
;
Core\CSharp\System\Windows\Media3D\ModelUIElement3D.cs (1)
72
owner.Visual3DModel = (Model3D)e.
NewValue
;
Core\CSharp\System\Windows\Media3D\ModelVisual3D.cs (1)
153
owner.Visual3DModel = (Model3D)e.
NewValue
;
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (5)
329
Visual newValue = (Visual)e.
NewValue
;
763
BitmapCache newValue = (CacheMode)e.
NewValue
as BitmapCache;
909
RenderOptions.SetCachingHint(viewport2D._visualBrush, (CachingHint)e.
NewValue
);
926
RenderOptions.SetCacheInvalidationThresholdMinimum(viewport2D._visualBrush, (double)e.
NewValue
);
942
RenderOptions.SetCacheInvalidationThresholdMaximum(viewport2D._visualBrush, (double)e.
NewValue
);
Core\CSharp\System\Windows\UIElement.cs (6)
2843
((UIElement) d).pushBitmapEffectInput((BitmapEffectInput) e.
NewValue
);
2995
Visibility newVisibility = (Visibility) e.
NewValue
;
3405
uie.ClipToBoundsCache = (bool) e.
NewValue
;
3478
uie.SnapsToDevicePixelsCache = (bool) e.
NewValue
;
3569
if ((bool) e.
NewValue
)
4391
if ((bool)e.
NewValue
)
Core\CSharp\System\Windows\UIElement3D.cs (2)
674
Visibility newVisibility = (Visibility)e.
NewValue
;
780
if ((bool)e.
NewValue
)
PresentationFramework (247)
src\Framework\MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (1)
394
String newValue = (string) e.
NewValue
;
src\Framework\MS\Internal\Documents\IFlowDocumentViewer.cs (2)
875
int pageNumber = (int)e.
NewValue
;
877
if (pageNumber != (int)e.
NewValue
)
src\Framework\System\Windows\Automation\Peers\FlowDocumentReaderAutomationPeer.cs (3)
122
newSingle = (bool)e.
NewValue
;
130
newFacing = (bool)e.
NewValue
;
138
newScroll = (bool)e.
NewValue
;
src\Framework\System\Windows\Controls\AccessText.cs (2)
505
((AccessText)d).TextBlock.SetValue(e.Property, e.
NewValue
);
713
((AccessText) d).UpdateText((string) e.
NewValue
);
src\Framework\System\Windows\Controls\AVElementHelper.cs (1)
744
_source._value = (Uri)e.
NewValue
;
src\Framework\System\Windows\Controls\Button.cs (2)
89
if ((bool) e.
NewValue
)
146
if ((bool) e.
NewValue
)
src\Framework\System\Windows\Controls\Calendar.cs (5)
216
c.DisplayDateInternal = DateTimeHelper.DiscardDayTime((DateTime)e.
NewValue
);
218
c.OnDisplayDateChanged(new CalendarDateChangedEventArgs((DateTime)e.OldValue, (DateTime)e.
NewValue
));
389
CalendarMode mode = (CalendarMode)e.
NewValue
;
548
if (c.SelectionMode != CalendarSelectionMode.None || e.
NewValue
== null)
552
addedDate = (DateTime?)e.
NewValue
;
src\Framework\System\Windows\Controls\ComboBox.cs (3)
222
bool newValue = (bool) e.
NewValue
;
632
peer.RaiseValuePropertyChangedEvent((string)e.OldValue, (string)e.
NewValue
);
634
cb.TextUpdated((string)e.
NewValue
, false);
src\Framework\System\Windows\Controls\ContentControl.cs (6)
255
ctrl.SetValue(HasContentPropertyKey, (e.
NewValue
!= null) ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
257
ctrl.OnContentChanged(e.OldValue, e.
NewValue
);
364
ctrl.OnContentTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.
NewValue
);
413
ctrl.OnContentTemplateSelectorChanged((DataTemplateSelector) e.
NewValue
, (DataTemplateSelector) e.
NewValue
);
460
ctrl.OnContentStringFormatChanged((String) e.OldValue, (String) e.
NewValue
);
src\Framework\System\Windows\Controls\ContentPresenter.cs (8)
191
if (e.
NewValue
== BindingExpressionBase.DisconnectedItem)
217
object newDataType = DataTypeForItem(e.
NewValue
, ctrl, out type);
228
String newString = (String)e.
NewValue
;
248
ctrl.DataContext = e.
NewValue
;
283
ctrl.OnContentTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.
NewValue
);
344
ctrl.OnContentTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.
NewValue
);
394
ctrl.OnContentStringFormatChanged((String) e.OldValue, (String) e.
NewValue
);
810
StyleHelper.UpdateTemplateCache(c, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.
NewValue
, TemplateProperty);
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
159
if ((bool) e.
NewValue
)
643
if((bool)e.
NewValue
== false)
src\Framework\System\Windows\Controls\Control.cs (1)
449
StyleHelper.UpdateTemplateCache(c, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.
NewValue
, TemplateProperty);
src\Framework\System\Windows\Controls\DataGrid.cs (9)
536
if (e.OldValue != e.
NewValue
)
1264
var newValue = (double)e.
NewValue
;
2786
if ((bool)e.
NewValue
)
2824
object newItem = e.
NewValue
;
2867
DataGridColumn newColumn = (DataGridColumn)e.
NewValue
;
2900
DataGridCellInfo currentCell = (DataGridCellInfo)e.
NewValue
;
4455
DataGridSelectionMode newSelectionMode = (DataGridSelectionMode)e.
NewValue
;
7924
bool newValue = (bool)e.
NewValue
;
8478
double newValue = (double)e.
NewValue
;
src\Framework\System\Windows\Controls\DataGridCell.cs (4)
185
cell.OnColumnChanged((DataGridColumn)e.OldValue, (DataGridColumn)e.
NewValue
);
225
if ((bool)e.
NewValue
&& dataGrid != null)
465
((DataGridCell)sender).OnIsEditingChanged((bool)e.
NewValue
);
669
bool isSelected = (bool)e.
NewValue
;
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
228
DataGridLength newWidth = (DataGridLength)e.
NewValue
;
1525
Visibility newVisibility = (Visibility)eventArgs.
NewValue
;
src\Framework\System\Windows\Controls\DataGridColumnCollection.cs (3)
172
OnColumnDisplayIndexChanged((DataGridColumn)d, (int)e.OldValue, (int)e.
NewValue
);
188
OnDataGridFrozenColumnCountChanged((int)e.OldValue, (int)e.
NewValue
);
1047
RedistributeColumnWidthsOnAvailableSpaceChange((double)e.OldValue - (double)e.
NewValue
, totalAvailableWidth);
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (2)
46
double width = (double)e.
NewValue
;
73
double height = (double)e.
NewValue
;
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (1)
56
e.
NewValue
,
src\Framework\System\Windows\Controls\DataGridRow.cs (6)
801
d.GetValue(e.Property) == e.
NewValue
)
807
if (e.
NewValue
!= null)
920
OnItemChanged(e.OldValue, e.
NewValue
);
924
OnHeaderChanged(e.OldValue, e.
NewValue
);
929
Dispatcher.BeginInvoke(new DispatcherOperationCallback(DelayedValidateWithoutUpdate), DispatcherPriority.DataBind, e.
NewValue
);
1084
bool isSelected = (bool)e.
NewValue
;
src\Framework\System\Windows\Controls\DatePicker.cs (3)
341
bool newValue = (bool)e.
NewValue
;
438
addedDate = (DateTime?)e.
NewValue
;
579
string newValue = e.
NewValue
as string;
src\Framework\System\Windows\Controls\DefinitionBase.cs (4)
172
if (((GridLength) e.OldValue).GridUnitType != ((GridLength) e.
NewValue
).GridUnitType)
269
if ((bool) e.
NewValue
)
517
string sharedSizeGroupId = (string) e.
NewValue
;
599
SharedSizeScope privateSharedSizeScope = (SharedSizeScope) e.
NewValue
;
src\Framework\System\Windows\Controls\DocumentViewer.cs (12)
2474
double newOffset = (double) e.
NewValue
;
2494
double newOffset = (double) e.
NewValue
;
2511
dv.SetValue(CanMoveRightPropertyKey, dv.HorizontalOffset < ((double) e.
NewValue
- dv.ViewportWidth));
2519
dv.SetValue(CanMoveDownPropertyKey, dv.VerticalOffset < ((double) e.
NewValue
- dv.ViewportHeight));
2527
double newWidth = (double) e.
NewValue
;
2528
dv.SetValue(CanMoveRightPropertyKey, dv.HorizontalOffset < (dv.ExtentWidth - (double) e.
NewValue
));
2536
double newHeight = (double) e.
NewValue
;
2552
dv._documentScrollInfo.ShowPageBorders = (bool) e.
NewValue
;
2584
double newZoom = (double) e.
NewValue
;
2635
dv._documentScrollInfo.SetColumns((int) e.
NewValue
);
2662
dv._documentScrollInfo.VerticalPageSpacing = (double) e.
NewValue
;
2678
dv._documentScrollInfo.HorizontalPageSpacing = (double) e.
NewValue
;
src\Framework\System\Windows\Controls\Expander.cs (1)
134
bool newValue = (bool) e.
NewValue
;
src\Framework\System\Windows\Controls\FlowDocumentReader.cs (5)
1648
if (viewer.CanSwitchToViewingMode((FlowDocumentReaderViewingMode)e.
NewValue
))
1650
viewer.SwitchViewingModeCore((FlowDocumentReaderViewingMode)e.
NewValue
);
1661
peer.RaiseCurrentViewChangedEvent((FlowDocumentReaderViewingMode)e.
NewValue
, (FlowDocumentReaderViewingMode)e.OldValue);
1746
viewer.DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.
NewValue
);
1759
if (!DoubleUtil.AreClose((double)e.OldValue, (double)e.
NewValue
))
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (3)
1634
((FlowDocumentScrollViewer)d).DocumentChanged((FlowDocument)e.OldValue, (FlowDocument)e.
NewValue
);
1647
if (!DoubleUtil.AreClose((double)e.OldValue, (double)e.
NewValue
))
1765
viewer._toolBarHost.Visibility = (bool)e.
NewValue
? Visibility.Visible : Visibility.Collapsed;
src\Framework\System\Windows\Controls\Frame.cs (3)
293
Uri uriToNavigate = BindUriHelper.GetUriToNavigate(frame, ((IUriContext)frame).BaseUri, (Uri)e.
NewValue
);
409
bool fSandBox = (bool)e.
NewValue
;
451
((Frame)d).OnJournalOwnershipPropertyChanged((JournalOwnership)e.
NewValue
);
src\Framework\System\Windows\Controls\Grid.cs (1)
3035
grid.SetFlags((bool) e.
NewValue
, Flags.ShowGridLinesPropertyValue);
src\Framework\System\Windows\Controls\GridViewColumn.cs (2)
265
ctrl.OnHeaderStringFormatChanged((String) e.OldValue, (String) e.
NewValue
);
405
double newWidth = (double)e.
NewValue
;
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (3)
96
Type newType = (e.
NewValue
!= null) ? e.
NewValue
.GetType() : null;
99
if (e.
NewValue
== BindingExpressionBase.DisconnectedItem)
src\Framework\System\Windows\Controls\HeaderedContentControl.cs (5)
86
ctrl.SetValue(HasHeaderPropertyKey, (e.
NewValue
!= null) ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
87
ctrl.OnHeaderChanged(e.OldValue, e.
NewValue
);
161
ctrl.OnHeaderTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.
NewValue
);
211
ctrl.OnHeaderTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.
NewValue
);
257
ctrl.OnHeaderStringFormatChanged((String) e.OldValue, (String) e.
NewValue
);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (5)
76
ctrl.SetValue(HasHeaderPropertyKey, (e.
NewValue
!= null) ? BooleanBoxes.TrueBox : BooleanBoxes.FalseBox);
77
ctrl.OnHeaderChanged(e.OldValue, e.
NewValue
);
149
ctrl.OnHeaderTemplateChanged((DataTemplate) e.OldValue, (DataTemplate) e.
NewValue
);
196
ctrl.OnHeaderTemplateSelectorChanged((DataTemplateSelector) e.OldValue, (DataTemplateSelector) e.
NewValue
);
242
ctrl.OnHeaderStringFormatChanged((String) e.OldValue, (String) e.
NewValue
);
src\Framework\System\Windows\Controls\Image.cs (1)
469
ImageSource newValue = (ImageSource)e.
NewValue
;
src\Framework\System\Windows\Controls\InkCanvas.cs (3)
295
Transform transform = e.
NewValue
as Transform;
623
StrokeCollection newValue = (StrokeCollection)e.
NewValue
;
746
DrawingAttributes newValue = (DrawingAttributes)e.
NewValue
;
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
141
StrokeCollection newValue = (StrokeCollection)e.
NewValue
;
src\Framework\System\Windows\Controls\ItemsControl.cs (12)
195
IEnumerable newValue = (IEnumerable)e.
NewValue
;
208
else if (e.
NewValue
!= null)
398
ctrl.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
);
592
ctrl.OnItemStringFormatChanged((String) e.OldValue, (String) e.
NewValue
);
642
ctrl.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
);
1066
int newAlternationCount = (int) e.
NewValue
;
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
148
StyleHelper.UpdateTemplateCache(ip, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.
NewValue
, TemplateProperty);
src\Framework\System\Windows\Controls\Label.cs (1)
113
UIElement newElement = (UIElement) e.
NewValue
;
src\Framework\System\Windows\Controls\ListBoxItem.cs (1)
94
bool isSelected = (bool) e.
NewValue
;
src\Framework\System\Windows\Controls\ListView.cs (1)
91
ViewBase newView = (ViewBase)e.
NewValue
;
src\Framework\System\Windows\Controls\MediaElement.cs (6)
817
target._helper.SetVolume((double)e.
NewValue
);
832
target._helper.SetBalance((double)e.
NewValue
);
847
target._helper.SetIsMuted((bool)e.
NewValue
);
862
target._helper.SetScrubbingEnabled((bool)e.
NewValue
);
882
target._helper.SetUnloadedBehavior((MediaState)e.
NewValue
);
902
target._helper.SetLoadedBehavior((MediaState)e.
NewValue
);
src\Framework\System\Windows\Controls\Menu.cs (1)
117
if ((bool) e.
NewValue
)
src\Framework\System\Windows\Controls\MenuItem.cs (5)
410
item.OnCommandChanged((ICommand) e.OldValue, (ICommand) e.
NewValue
);
597
bool newValue = (bool) e.
NewValue
;
952
if ((bool) e.
NewValue
)
1015
menuItem.SetValue(IsHighlightedPropertyKey, e.
NewValue
);
1031
menuItem.RaiseEvent(new RoutedPropertyChangedEventArgs<bool>((bool) e.OldValue, (bool) e.
NewValue
, MenuBase.IsSelectedChangedEvent));
src\Framework\System\Windows\Controls\Page.cs (3)
559
StyleHelper.UpdateTemplateCache(p, (FrameworkTemplate) e.OldValue, (FrameworkTemplate) e.
NewValue
, TemplateProperty);
746
page.OnContentChanged(e.OldValue, e.
NewValue
);
760
p.OnWindowServiceChanged(e.
NewValue
as IWindowService);
src\Framework\System\Windows\Controls\Panel.cs (2)
244
panel.OnIsItemsHostChanged((bool) e.OldValue, (bool) e.
NewValue
);
957
int newValue = (int)e.
NewValue
;
src\Framework\System\Windows\Controls\Primitives\ButtonBase.cs (1)
285
b.OnCommandChanged((ICommand)e.OldValue, (ICommand)e.
NewValue
);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (1)
573
bool newIsVisible = (((Visibility)e.
NewValue
) == Visibility.Visible);
src\Framework\System\Windows\Controls\Primitives\DatePickerTextBox.cs (2)
168
Debug.Assert(e.
NewValue
is bool);
169
bool isEnabled = (bool)e.
NewValue
;
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)
274
GridViewColumnCollection newCollection = (GridViewColumnCollection)e.
NewValue
;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (4)
140
UIElement newChild = (UIElement) e.
NewValue
;
352
bool visible = (bool) e.
NewValue
;
563
if ((bool)e.
NewValue
)
671
ctrl.UpdatePlacementTargetRegistration((UIElement)e.OldValue, (UIElement)e.
NewValue
);
src\Framework\System\Windows\Controls\Primitives\RangeBase.cs (6)
109
peer.RaiseMinimumPropertyChangedEvent((double)e.OldValue, (double)e.
NewValue
);
114
ctrl.OnMinimumChanged((double)e.OldValue, (double)e.
NewValue
);
173
peer.RaiseMaximumPropertyChangedEvent((double)e.OldValue, (double)e.
NewValue
);
177
ctrl.OnMaximumChanged((double) e.OldValue, (double) e.
NewValue
);
246
peer.RaiseValuePropertyChangedEvent((double)e.OldValue, (double)e.
NewValue
);
249
ctrl.OnValueChanged((double) e.OldValue, (double) e.
NewValue
);
src\Framework\System\Windows\Controls\Primitives\ResizeGrip.cs (1)
81
rg.OnWindowServiceChanged(e.OldValue as Window, e.
NewValue
as Window);
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (1)
59
SelectiveScrollingOrientation orientation = (SelectiveScrollingOrientation)e.
NewValue
;
src\Framework\System\Windows\Controls\Primitives\Selector.cs (3)
359
int newIndex = (int) e.
NewValue
;
412
s.SelectionChange.SelectJustThisItem(s.NewItemInfo(e.
NewValue
), false /* assumeInItemsCollection */);
1338
if ((bool)e.
NewValue
)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (4)
2162
object value = e.
NewValue
;
2178
textBox.ChangeUndoEnabled((bool)e.
NewValue
);
2193
textBox.ChangeUndoLimit(e.
NewValue
);
2214
bool value = (bool)e.
NewValue
;
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (1)
172
bool? newValue = (bool?) e.
NewValue
;
src\Framework\System\Windows\Controls\Primitives\Track.cs (1)
809
if ((bool)e.
NewValue
)
src\Framework\System\Windows\Controls\RadioButton.cs (1)
57
string groupName = e.
NewValue
as string;
src\Framework\System\Windows\Controls\RichTextBox.cs (2)
711
richTextBox.TransferFormattingProperty(e.Property, e.
NewValue
);
747
richTextBox.TransferBehavioralProperty(e.Property, e.
NewValue
);
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)
627
double newValue = (double)e.
NewValue
;
src\Framework\System\Windows\Controls\SoundPlayerAction.cs (1)
86
soundPlayerAction.OnSourceChangedHelper((Uri)e.
NewValue
);
src\Framework\System\Windows\Controls\SpellCheck.cs (4)
217
textEditor.SetSpellCheckEnabled((bool)e.
NewValue
);
218
if ((bool)e.
NewValue
!= (bool)e.OldValue)
220
textEditor.SetCustomDictionaries((bool)e.
NewValue
);
237
textEditor.SetSpellingReform((SpellingReform)e.
NewValue
);
src\Framework\System\Windows\Controls\StickyNote.cs (2)
824
innerControl.SetValue(e.Property, e.
NewValue
);
841
innerControl.SetValue(ForegroundProperty, e.
NewValue
);
src\Framework\System\Windows\Controls\TabItem.cs (1)
99
bool isSelected = (bool)e.
NewValue
;
src\Framework\System\Windows\Controls\TextBlock.cs (1)
4076
OnTextChanged(d, (string)e.
NewValue
);
src\Framework\System\Windows\Controls\TextBox.cs (3)
1049
peer.RaiseValuePropertyChangedEvent((string)e.OldValue, (string)e.
NewValue
);
1054
peer.RaiseIsReadOnlyPropertyChangedEvent((bool)e.OldValue, (bool)e.
NewValue
);
1568
textBox.OnTextPropertyChanged((string)e.OldValue, (string)e.
NewValue
);
src\Framework\System\Windows\Controls\ToolBar.cs (1)
256
if ((bool) e.
NewValue
)
src\Framework\System\Windows\Controls\ToolTip.cs (1)
180
if ((bool)e.
NewValue
)
src\Framework\System\Windows\Controls\TreeViewItem.cs (2)
94
bool isExpanded = (bool) e.
NewValue
;
161
bool isSelected = (bool) e.
NewValue
;
src\Framework\System\Windows\Controls\Validation.cs (3)
121
ValidationErrorCollection newErrors = e.
NewValue
as ValidationErrorCollection;
272
DependencyObject newSite = (DependencyObject)e.
NewValue
;
340
DependencyObject newSiteFor = (DependencyObject)e.
NewValue
;
src\Framework\System\Windows\Controls\ViewPort3D.cs (1)
114
owner._viewport3DVisual.Camera = (Camera) e.
NewValue
;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
3965
if (!(bool)e.
NewValue
)
src\Framework\System\Windows\Controls\WrapPanel.cs (1)
172
p._orientation = (Orientation) e.
NewValue
;
src\Framework\System\Windows\Data\BindingGroup.cs (1)
949
if (e.
NewValue
== BindingExpressionBase.DisconnectedItem)
src\Framework\System\Windows\Data\CollectionContainer.cs (1)
344
cc.HookUpToCollection((IEnumerable) e.
NewValue
, true);
src\Framework\System\Windows\Data\CollectionViewSource.cs (2)
123
ctrl.OnSourceChanged(e.OldValue, e.
NewValue
);
185
Type newCollectionViewType = (Type) e.
NewValue
;
src\Framework\System\Windows\Documents\DocumentReference.cs (2)
161
if (!object.Equals(e.OldValue, e.
NewValue
))
164
Uri newSource = (Uri) e.
NewValue
;
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
60
NavigationService newService = (NavigationService) e.
NewValue
;
src\Framework\System\Windows\Documents\Hyperlink.cs (2)
177
h.OnCommandChanged((ICommand)e.OldValue, (ICommand)e.
NewValue
);
939
Uri navigateUri = (Uri)e.
NewValue
;
src\Framework\System\Windows\Documents\Run.cs (1)
242
string newText = (string)e.
NewValue
;
src\Framework\System\Windows\Documents\TableCell.cs (2)
598
peer.OnColumnSpanChanged((int)e.OldValue, (int)e.
NewValue
);
618
peer.OnRowSpanChanged((int)e.OldValue, (int)e.
NewValue
);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1707
if ((bool)e.
NewValue
== true && This._textstore != null)
src\Framework\System\Windows\FrameworkContentElement.cs (2)
162
StyleHelper.UpdateStyleCache(null, fce, (Style) e.OldValue, (Style) e.
NewValue
, ref fce._styleCache);
1174
if (e.
NewValue
== BindingExpressionBase.DisconnectedItem)
src\Framework\System\Windows\FrameworkElement.cs (4)
183
StyleHelper.UpdateStyleCache(fe, null, (Style) e.OldValue, (Style) e.
NewValue
, ref fe._styleCache);
233
bool newValue = (bool)e.
NewValue
;
2743
if (e.
NewValue
== BindingExpressionBase.DisconnectedItem)
3682
fe.IsRightToLeft = ((FlowDirection)e.
NewValue
) == FlowDirection.RightToLeft;
src\Framework\System\Windows\Interop\HwndHost.cs (2)
1096
bool boolNewValue = (bool)e.
NewValue
;
1113
bool vis = (bool)e.
NewValue
;
src\Framework\System\Windows\Navigation\NavigationWindow.cs (2)
98
bool fSandBox = (bool)e.
NewValue
;
616
Uri uriToNavigate = BindUriHelper.GetUriToNavigate(navWin, d.GetValue(BaseUriHelper.BaseUriProperty) as Uri, (Uri)e.
NewValue
);
src\Framework\System\Windows\Shell\ThumbButtonInfo.cs (1)
182
var newCommand = (ICommand)e.
NewValue
;
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
72
var newChrome = (WindowChrome)e.
NewValue
;
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
171
var cw = (WindowChromeWorker)e.
NewValue
;
src\Framework\System\Windows\StyleHelper.cs (2)
4867
newState = conditions[0].Match(changedArgs.
NewValue
);
4945
newState = conditions[i].Match(changedArgs.
NewValue
);
src\Framework\System\Windows\Window.cs (15)
671
var newBar = (TaskbarItemInfo)e.
NewValue
;
5261
w.OnIconChanged(e.
NewValue
as ImageSource);
5375
w.OnWindowStateChanged((WindowState) e.
NewValue
);
5512
w.OnWindowStyleChanged((WindowStyle) e.
NewValue
);
5543
w.OnTopmostChanged((bool) e.
NewValue
);
5615
bool visibilityValue = VisibilityToBool((Visibility) e.
NewValue
);
5919
w.OnSizeToContentChanged((SizeToContent) e.
NewValue
);
5981
w.OnHeightChanged((double) e.
NewValue
);
6006
w.OnMinHeightChanged((double) e.
NewValue
);
6045
w.OnMaxHeightChanged((double) e.
NewValue
);
6085
w.OnWidthChanged((double) e.
NewValue
);
6104
w.OnMinWidthChanged((double) e.
NewValue
);
6145
w.OnMaxWidthChanged((double) e.
NewValue
);
6390
w.OnTopChanged((double) e.
NewValue
);
6465
w.OnLeftChanged((double) e.
NewValue
);
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (2)
123
if (((bool)e.
NewValue
))
345
if (((bool)e.
NewValue
))
Microsoft\Windows\Themes\ButtonChrome.cs (3)
121
if (((bool)e.
NewValue
))
212
if (((bool)e.
NewValue
))
301
if (((bool)e.
NewValue
))
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
142
if (((bool)e.
NewValue
))
Microsoft\Windows\Themes\ScrollChrome.cs (3)
111
if (((bool)e.
NewValue
))
225
if (((bool)e.
NewValue
))
329
if (((bool)e.
NewValue
))
System.Activities.Core.Presentation (14)
System\Activities\Core\Presentation\FlowDecisionDesigner.xaml.cs (2)
204
if (e.
NewValue
!= DependencyProperty.UnsetValue)
207
designer.OnShowAllConditionsChanged((bool)e.
NewValue
);
System\Activities\Core\Presentation\FlowSwitchDesigner.xaml.cs (2)
262
if (e.
NewValue
!= DependencyProperty.UnsetValue)
265
designer.OnShowAllConditionsChanged((bool)e.
NewValue
);
System\Activities\Core\Presentation\FlowSwitchLink.cs (3)
159
bool value = (bool)e.
NewValue
;
272
T newValue = (T)e.
NewValue
;
388
string newValue = (string)e.
NewValue
;
System\Activities\Presentation\DynamicArgumentDesigner.xaml.cs (1)
525
string newName = e.
NewValue
as string;
System\ServiceModel\Activities\Presentation\BindingEditor.xaml.cs (1)
94
object newValue = args.
NewValue
;
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (2)
112
var item = e.
NewValue
as ModelItem;
121
(sender as CorrelationDataDesigner).correlationInitializers.ItemsSource = e.
NewValue
as ObservableCollection<CorrelationDataWrapper>;
System\ServiceModel\Activities\Presentation\CorrelationInitializerDesigner.xaml.cs (1)
131
var activity = e.
NewValue
as ModelItem;
System\ServiceModel\Activities\Presentation\MessageQuerySetDesigner.xaml.cs (2)
218
var activity = e.
NewValue
as ModelItem;
230
var container = e.
NewValue
as ModelItem;
System.Activities.Presentation (65)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
581
bool hasKeyboardFocus = (bool)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (1)
95
if (object.Equals(e.
NewValue
, true))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (1)
38
Type flagType = args.
NewValue
as Type;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (4)
248
PropertyEntry newValue = e.
NewValue
as PropertyEntry;
278
bool newIsExpanded = (bool)e.
NewValue
;
315
theThis._quickTypeView.MoveCurrentTo(e.
NewValue
);
362
OnOwningPropertyContainerChanged((PropertyContainer)e.OldValue, (PropertyContainer)e.
NewValue
);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (3)
199
if (e.
NewValue
!= null)
214
if (e.
NewValue
!= null)
216
CategoryBase category = (CategoryBase)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\UserInterface\FocusScopeManager.cs (2)
257
FocusScopeManager.Instance.UpdateFocusScopePriorityForElement(d as UIElement, (int)e.OldValue, (int)e.
NewValue
);
275
bool newValue = (bool)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\ChoiceEditor.cs (1)
594
if (!object.Equals(e.OldValue, e.
NewValue
))
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\StringEditor.cs (1)
142
bool isNowEditing = (bool)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (3)
242
PropertyViewManagerStateContainer.Instance.StorePropertyViewManager(theThis.PersistenceId, e.
NewValue
as IPropertyViewManager);
277
if (e.
NewValue
!= null)
279
theThis.HookEvents(e.
NewValue
as CategoryList);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelection.cs (4)
221
if (bool.Equals(e.OldValue, false) && bool.Equals(e.
NewValue
, true))
225
else if (bool.Equals(e.OldValue, true) && bool.Equals(e.
NewValue
, false))
364
if (e.OldValue != null && e.
NewValue
== null)
368
else if (e.
NewValue
!= null && e.OldValue == null)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (1)
157
PropertyContainer newContainer = (PropertyContainer)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (3)
123
if (e.
NewValue
!= null)
124
theThis.AssociatePropertyEventHandlers((PropertyEntry)e.
NewValue
);
166
if (object.Equals(e.
NewValue
, PropertyContainerEditMode.Dialog))
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
194
string fileName = args.
NewValue
as string;
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
328
if ((Boolean)e.
NewValue
== true)
514
ModelItem newItem = e.
NewValue
as ModelItem;
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (4)
259
viewStateService.StoreViewState(modelTreeManager.Root, e.Property.Name, e.
NewValue
);
871
designerView.Context.Items.SetValue(new ReadOnlyState() { IsReadOnly = (bool)e.
NewValue
});
968
WorkflowViewElement currentRoot = (WorkflowViewElement)e.
NewValue
;
992
if ((bool)e.
NewValue
== false)
System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (2)
429
ExpressionEditor.ValidateExpressionActivityEditorName((string)e.
NewValue
);
434
this.HintTextSetbyUser = (string)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (2)
112
if (null != args.
NewValue
)
114
designer = (DesignerView)args.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (3)
230
((ExtensionWindow)sender).OnDataChanged(args.OldValue, args.
NewValue
);
235
((ExtensionWindow)sender).OnPositionChanged((Point)args.
NewValue
);
240
((ExtensionWindow)sender).OnVisibilityChanged((Visibility)e.OldValue, (Visibility)e.
NewValue
);
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
141
if ((bool)e.
NewValue
== true)
169
if ((Boolean)e.
NewValue
)
186
if (bool.Equals(true, e.
NewValue
))
System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (3)
504
if (!(bool)args.
NewValue
)
521
ctrl.lastSelection = (Type)args.
NewValue
;
549
((ObservableCollection<Type>)args.
NewValue
).CollectionChanged += ctrl.OnMostRecentlyUsedTypesChanged;
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (2)
494
if (bool.Equals(true, e.
NewValue
))
553
if (!object.Equals(e.OldValue, e.
NewValue
))
System.Activities.Presentation\System\Activities\Presentation\View\VersionEditor.xaml.cs (1)
63
this.ViewModel.Version = (Version)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (6)
1156
ModelItem expression = e.
NewValue
as ModelItem;
1198
this.OnPathToArgumentChanged((string)e.
NewValue
);
1744
if (!string.Equals(SR.ExpressionDefaultText, e.
NewValue
) && !string.Equals(e.OldValue, e.
NewValue
))
1754
this.expressionEditorInstance.AcceptsReturn = (bool)e.
NewValue
;
1762
this.expressionEditorInstance.AcceptsTab = (bool)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
232
if (this.modelTreeManager != null && (bool)e.
NewValue
== false)
System.Activities.Presentation\System\Activities\Presentation\WorkflowElementDialog.cs (1)
183
dialog.OnModelItemChanged(e.
NewValue
);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
429
object newItem = e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (3)
193
itemsPresenter.UpdateHintTextVisibility(e.
NewValue
as string);
199
itemsPresenter.OnItemsChanged((ModelItemCollection)e.OldValue, (ModelItemCollection)e.
NewValue
);
205
itemsPresenter.panel.ItemsPanel = (ItemsPanelTemplate)e.
NewValue
;
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (5)
60
viewElement.OnExpandStateChanged((bool)e.
NewValue
);
66
viewElement.OnPinStateChanged((bool)e.
NewValue
);
79
viewElement.OnShowExpandedChanged((bool)e.
NewValue
);
85
viewElement.OnReadOnlyChanged((bool)e.
NewValue
);
901
viewElement.OnModelItemChanged(e.
NewValue
);