1 write to Content
Microsoft.Maui.Controls (1)
Internals\ProfilePage.cs (1)
134
scrollView.
Content
= label;
9 references to Content
Microsoft.Maui.Controls (9)
ScrollView\ScrollView.cs (9)
14
[ContentProperty(nameof(
Content
))]
170
Handler?.UpdateValue(nameof(
Content
));
288
if (
Content
== null)
311
if (
Content
is IView fe && fe.Handler != null)
317
contentRequest =
Content
.Measure(widthConstraint, heightConstraint, MeasureFlags.IncludeMargins);
395
object IContentView.Content =>
Content
;
396
IView IContentView.PresentedContent =>
Content
;
488
var debugText = DebuggerDisplayHelpers.GetDebugText(nameof(
Content
),
Content
);