xaml - Xamarin.Forms - x:Reference 2nd level -
i'm working in new contentpage application , have controls datatemplates. i use command in contentpage's viewmodel in 1 of datatemplates, i'm not sure how right reference work properly. here's xaml code: <?xml version="1.0" encoding="utf-8"?> <contentpage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:class="maverickmobileonline.imageslistingpage" --many namespace references-- > <contentpage.resources> <resourcedictionary> <c:itemtappedeventargsconverter x:key="itemtappedconverter" /> <c:itemappearingeventargsconverter x:key="itemappearingconverter" /> <c:booleannegationconverter x:key="not" /> </resourcedictionary> </contentpage.resources> <stacklayout spacing="0"> ...