In a UWP I have keys defined like so:
TextblockUid.Text
Which is used in a text block with x:Uid=TextblockUid"
I'm having an issue in detecting code references with this as
x:Uid="($Key)"
Won't detect the references as they also contain the property name.
What's the best way to work around this?
TextblockUid.Text
Which is used in a text block with x:Uid=TextblockUid"
I'm having an issue in detecting code references with this as
x:Uid="($Key)"
Won't detect the references as they also contain the property name.
What's the best way to work around this?