20 references to GetValue
PresentationFramework (20)
System\Windows\Data\BindingExpression.cs (7)
309
WeakReference wr = (WeakReference)
GetValue
(Feature.CollectionViewSource, null);
340
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
481
return (DynamicValueConverter)
GetValue
(Feature.DynamicConverter, null);
487
get { return (DataSourceProvider)
GetValue
(Feature.DataProvider, null); }
576
WeakReference dataErrorWR = (WeakReference)
GetValue
(Feature.DataErrorValue, null);
1219
WeakReference wr =
GetValue
(Feature.CollectionViewSource, null) as WeakReference;
2282
WeakReference dataErrorWR = (WeakReference)
GetValue
(Feature.DataErrorValue, null);
System\Windows\Data\BindingExpressionBase.cs (13)
203
WeakReference<BindingGroup> wr = (WeakReference<BindingGroup>)root.
GetValue
(Feature.BindingGroup, null);
230
get { return (ValidationError)
GetValue
(Feature.ValidationError, null); }
235
get { return (List<ValidationError>)
GetValue
(Feature.NotifyDataErrors, null); }
784
get { return
GetValue
(Feature.ParentBindingExpressionBase, null) as MultiBindingExpression; }
790
get { return
GetValue
(Feature.ParentBindingExpressionBase, null) as PriorityBindingExpression; }
796
get { return (BindingExpressionBase)
GetValue
(Feature.ParentBindingExpressionBase, null); }
830
get { return (string)
GetValue
(Feature.EffectiveStringFormat, null); }
837
get { return
GetValue
(Feature.EffectiveTargetNullValue, DependencyProperty.UnsetValue); }
1447
DispatcherTimer timer = (DispatcherTimer)
GetValue
(Feature.Timer, null);
1476
DispatcherOperation op = (DispatcherOperation)
GetValue
(Feature.UpdateTargetOperation, null);
1664
WeakReference<BindingGroup> oldBindingGroupWR = (WeakReference<BindingGroup>)root.
GetValue
(Feature.BindingGroup, null);
1692
if ((WeakReference<BindingGroup>)
GetValue
(Feature.BindingGroup, null) != null)
2248
DispatcherTimer timer = (DispatcherTimer)
GetValue
(Feature.Timer, null);