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