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