4 references to NewSize
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (2)
4810NotifyPropertyChange(new DependencyPropertyChangedEventArgs(ActualWidthProperty, _actualWidthMetadata, sizeInfo.PreviousSize.Width, sizeInfo.NewSize.Width)); 4816NotifyPropertyChange(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)
345this.lookupWindow.Left * (sizeInfo.NewSize.Width / sizeInfo.PreviousSize.Width); 350this.lookupWindow.Top * (sizeInfo.NewSize.Height / sizeInfo.PreviousSize.Height);