6 writes to MaxHeight
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineDiagnostics\InlineDiagnosticsTag.cs (1)
88
MaxHeight
= lineHeight,
Microsoft.VisualStudio.LanguageServices (3)
PreviewPane\PreviewPane.xaml.cs (3)
317
TitleTextBlock.
MaxHeight
= _heightForThreeLineTitle;
397
TitleTextBlock.
MaxHeight
= double.PositiveInfinity;
415
TitleTextBlock.
MaxHeight
= _heightForThreeLineTitle;
PresentationFramework (2)
System\Windows\Controls\TextBox.cs (2)
1831
this.ScrollViewer.
MaxHeight
= value;
1867
RenderScope.
MaxHeight
= value;
10 references to MaxHeight
PresentationFramework (9)
System\Windows\Controls\DataGridRow.cs (1)
560
double maxHeight =
MaxHeight
;
System\Windows\Controls\TextBox.cs (2)
1829
if (MaxLines < Int32.MaxValue && this.ScrollViewer.
MaxHeight
!= value)
1865
if (MaxLines < Int32.MaxValue && RenderScope.
MaxHeight
!= value)
System\Windows\FrameworkElement.cs (1)
4061
maxHeight = e.
MaxHeight
;
System\Windows\Window.cs (5)
2798
Point maxSizeDeviceUnits = LogicalToDeviceUnits(new Point(MaxWidth,
MaxHeight
));
3522
if (MinHeight >
MaxHeight
)
3528
if (!Double.IsPositiveInfinity(
MaxHeight
))
3530
mm.maxHeight = Math.Min(
MaxHeight
, maxSizeLogicalUnits.Y);
5818
ValidateLengthForHeightWidth(
MaxHeight
);
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
318
SD.Size maxElementSize = Convert.ToSystemDrawingSize(new Size(childFrameworkElement.MaxWidth, childFrameworkElement.
MaxHeight
), scale);