I want to use the attachment editor with two feature layers. I have it up and running for on but I'm unsure how to bind two layers
<esri:AttachmentEditor x:Name="MyAttachmentEditor" VerticalAlignment="Top" Margin="20,5,20,20"
Background="WhiteSmoke" Width="280" Height="190" HorizontalAlignment="Right"
FeatureLayer="{Binding Layers[TPOINTS;TLINES], ElementName=Map}"
Filter="All Files (*.*)|*.*|Image Files|*.tif;*.jpg;*.gif;*.png;*.bmp|Text Files (.txt)|*.txt"
FilterIndex="1" Multiselect="True"
UploadFailed="MyAttachmentEditor_UploadFailed">
</esri:AttachmentEditor>