3 references to ContentSizeProperty
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
191 get { return (Size)GetValue(ContentSizeProperty); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\ScrollViewRenderer.cs (2)
19 RegisterPropertyHandler(ScrollView.ContentSizeProperty, UpdateContentSize); 45 if (ScrollView.ContentSizeProperty.PropertyName == e.PropertyName)