4 references to NewSize
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (2)
4810
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(ActualWidthProperty, _actualWidthMetadata, sizeInfo.PreviousSize.Width, sizeInfo.
NewSize
.Width));
4816
NotifyPropertyChange(new DependencyPropertyChangedEventArgs(ActualHeightProperty, _actualHeightMetadata, sizeInfo.PreviousSize.Height, sizeInfo.
NewSize
.Height));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (2)
345
this.lookupWindow.Left * (sizeInfo.
NewSize
.Width / sizeInfo.PreviousSize.Width);
350
this.lookupWindow.Top * (sizeInfo.
NewSize
.Height / sizeInfo.PreviousSize.Height);