1 instantiation of ContactPhone
Microsoft.Maui.Essentials (1)
Contacts\Contacts.ios.macos.cs (1)
97 item => new ContactPhone(item?.Value?.StringValue));
5 references to ContactPhone
Microsoft.Maui.Essentials (5)
Types\Contact.shared.cs (5)
39 IEnumerable<ContactPhone> phones, 97 public List<ContactPhone> Phones { get; set; } = new List<ContactPhone>(); 160 /// Initializes a new instance of the <see cref="ContactPhone"/> class. 167 /// Initializes a new instance of the <see cref="ContactPhone"/> class with the given data.