7 references to GetAccessor
PresentationFramework (7)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (5)
176object accessor = ppw.GetAccessor(k); 254if (ParentBinding.IsAsync && !(PW.GetAccessor(k) is DependencyProperty)) 604DependencyProperty dp = PW.GetAccessor(k) as DependencyProperty; 633string name = GetNameFromInfo(PW.GetAccessor(level)); 717string name = GetNameFromInfo(PW.GetAccessor(PW.Length-1));
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
129SetPropertyInfo(GetAccessor(level), out pi, out pd, out dp, out dpa);
src\Framework\System\Windows\PropertyPath.cs (1)
247accessor = SingleWorker.GetAccessor(k);