2 writes to MaxHeight
PresentationFramework (2)
System\Windows\Controls\TextBox.cs (2)
1825
this.ScrollViewer.
MaxHeight
= value;
1861
RenderScope.
MaxHeight
= value;
10 references to MaxHeight
PresentationFramework (9)
System\Windows\Controls\DataGridRow.cs (1)
549
double maxHeight =
MaxHeight
;
System\Windows\Controls\TextBox.cs (2)
1823
if (MaxLines < Int32.MaxValue && this.ScrollViewer.
MaxHeight
!= value)
1859
if (MaxLines < Int32.MaxValue && RenderScope.
MaxHeight
!= value)
System\Windows\FrameworkElement.cs (1)
4040
maxHeight = e.
MaxHeight
;
System\Windows\Window.cs (5)
2761
Point maxSizeDeviceUnits = LogicalToDeviceUnits(new Point(MaxWidth,
MaxHeight
));
3487
if (MinHeight >
MaxHeight
)
3493
if (!Double.IsPositiveInfinity(
MaxHeight
))
3495
mm.maxHeight = Math.Min(
MaxHeight
, maxSizeLogicalUnits.Y);
5770
ValidateLengthForHeightWidth(
MaxHeight
);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
313
SD.Size maxElementSize = Convert.ToSystemDrawingSize(new Size(childFrameworkElement.MaxWidth, childFrameworkElement.
MaxHeight
), scale);