Jump to content

What do binding source UUIDs reference?


zolantris

Recommended Posts

Example on CharacterSheetTemplates.xaml there is a Binding Source for rings. Curious if this UUID is the connector for the actual event that allows the ring to be equipped.

  1. What does this UUID reference?
  2. How would I find this UUID, I literally extracted all the .pak files and did a bunch of searches for the UUID and parts of it but no luck.
<DataTrigger Binding="{Binding SelectedSlotType}" Value="Ring2">
<Setter Property="Text" Value="{Binding Source='h46199a04ga3a5g4e27g8d33g96a06b50041c',Converter={StaticResource TranslatedStringConverter}, ConverterParameter='ToUpper'}"/>
</DataTrigger>
Edited by zolantris
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...