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