4 references to ViewportHeightChange
PresentationFramework (3)
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1029if (!DoubleUtil.IsZero(e.ViewportHeightChange))
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2104if (e.ViewportHeightChange != 0)
src\Framework\System\Windows\Controls\TextBox.cs (1)
1291if (e.ViewportHeightChange != 0)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
288if (0.0 != e.ViewportWidthChange || 0.0 != e.ViewportHeightChange)