5 references to ComputeDesiredSize
Microsoft.Maui.Controls (5)
ContentPage\ContentPage.cs (1)
75
return this.
ComputeDesiredSize
(widthConstraint, heightConstraint);
ContentPresenter.cs (1)
113
return this.
ComputeDesiredSize
(widthConstraint, heightConstraint);
ScrollView\ScrollView.cs (1)
431
return this.
ComputeDesiredSize
(widthConstraint, heightConstraint);
TemplatedView\TemplatedView.cs (1)
132
return this.
ComputeDesiredSize
(widthConstraint, heightConstraint);
VisualElement\VisualElement.cs (1)
1960
return this.
ComputeDesiredSize
(widthConstraint, heightConstraint);