res://app/Assembly.Name/Full.Path.To.Resource
getnatives.ps1
src/Perspex.Skia
<itemscontrol>
<itemscontrol.itemspanel>
<itemspaneltemplate>
<stackpanel>
...
<ItemsControl Children="{TemplateBinding Margins}" Orientation="Horizontal" Cursor="Arrow">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>
<ItemsControl Items="{TemplateBinding Margins}" Cursor="Arrow">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>