3 references to HeightChanged
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (1)
4813if(sizeInfo.HeightChanged)
src\Framework\System\Windows\SizeChangedEventArgs.cs (1)
35if(info.HeightChanged) _bits |= _heightChangedBit;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
347if (sizeInfo.HeightChanged && 0.0 != sizeInfo.PreviousSize.Height)