4 references to SetBinding
PresentationFramework (4)
src\Framework\MS\Internal\Data\LiveShapingItem.cs (1)
154SetBinding(path, dp); // set up the binding, if not already done
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
387lsi.SetBinding(info.Path, info.Property, oneTime, true); 391lsi.SetBinding(info.Path, info.Property, oneTime); 397lsi.SetBinding(info.Path, info.Property, oneTime);