2 references to ContentSizePropertyKey
Microsoft.Maui.Controls (2)
ScrollView\ScrollView.cs (2)
133
public static readonly BindableProperty ContentSizeProperty =
ContentSizePropertyKey
.BindableProperty;
195
private set { SetValue(
ContentSizePropertyKey
, value); }