3 references to WidthChanged
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (1)
4807if(sizeInfo.WidthChanged)
src\Framework\System\Windows\SizeChangedEventArgs.cs (1)
34if(info.WidthChanged) _bits |= _widthChangedBit;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
342if (sizeInfo.WidthChanged && 0.0 != sizeInfo.PreviousSize.Width)