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