1 instantiation of PickerSource
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\PickerRenderer.cs (1)
119 _picker.Model = new PickerSource(this);
7 references to PickerSource
Microsoft.Maui.Controls.Compatibility (7)
iOS\Renderers\PickerRenderer.cs (7)
92 var s = (PickerSource)_picker.Model; 175 var s = (PickerSource)_picker.Model; 265 void UpdatePickerFromModel(PickerSource s) 285 var source = (PickerSource)_picker.Model;