7 references to GetAccessor
PresentationFramework (7)
MS\Internal\Data\ClrBindingWorker.cs (5)
165object accessor = ppw.GetAccessor(k); 243if (ParentBinding.IsAsync && !(PW.GetAccessor(k) is DependencyProperty)) 596DependencyProperty dp = PW.GetAccessor(k) as DependencyProperty; 625string name = GetNameFromInfo(PW.GetAccessor(level)); 709string name = GetNameFromInfo(PW.GetAccessor(PW.Length - 1));
MS\Internal\Data\PropertyPathWorker.cs (1)
121SetPropertyInfo(GetAccessor(level), out pi, out pd, out dp, out dpa);
System\Windows\PropertyPath.cs (1)
244accessor = SingleWorker.GetAccessor(k);