1 write to _content
Microsoft.Maui.Controls (1)
ScrollView\ScrollView.cs (1)
159 _content = value;
8 references to _content
Microsoft.Maui.Controls (8)
ScrollView\ScrollView.cs (8)
147 get { return _content; } 150 if (_content == value) 154 if (_content != null) 156 _content.SizeChanged -= ContentSizeChanged; 157 InternalChildren.Remove(_content); 160 if (_content != null) 162 InternalChildren.Add(_content); 163 _content.SizeChanged += ContentSizeChanged;