I'm reading an xaml file using XamlReader() and it has of course elements and attributes such as:
<setter property="Property1" Value="Value1" />
Are there any methods to locate a specific property and its associated value?
Should I parse the string using string functions?