I have a series of TextBlock and TextBox controls. Is there a way to apply a Style to the TextBlocks such that they can
TextBlock
TextBox
Style
I think the best thing to do in this case is bind by ElementName:
this is the textBox's 1 text this is the textBox's 2 text
It will achieve something similar. Does this work for you?