How does x:Bind compare with the classical Binding, put as concisely as possible?
问题 How is the compiled binding, x:Bind, different from the classical Binding, put as concisely as possible? 回答1: Compared with the classical binding you cannot use the following binding attributes with x:Bind : ElementName , RelativeSource , Source and UpdateSourceTrigger . Well, that almost sums up the limitations of x:Bind but x:Bind is powerful in its own right -- the notable one being compiled binding and hence the performance gain as a result. See last bullet point for another powerful