20 references to GetValue
PresentationFramework (20)
System\Windows\Data\BindingExpression.cs (7)
322
WeakReference wr = (WeakReference)
GetValue
(Feature.CollectionViewSource, null);
353
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
494
return (DynamicValueConverter)
GetValue
(Feature.DynamicConverter, null);
500
get { return (DataSourceProvider)
GetValue
(Feature.DataProvider, null); }
589
WeakReference dataErrorWR = (WeakReference)
GetValue
(Feature.DataErrorValue, null);
1233
WeakReference wr =
GetValue
(Feature.CollectionViewSource, null) as WeakReference;
2331
WeakReference dataErrorWR = (WeakReference)
GetValue
(Feature.DataErrorValue, null);
System\Windows\Data\BindingExpressionBase.cs (13)
212
WeakReference<BindingGroup> wr = (WeakReference<BindingGroup>)root.
GetValue
(Feature.BindingGroup, null);
239
get { return (ValidationError)
GetValue
(Feature.ValidationError, null); }
244
get { return (List<ValidationError>)
GetValue
(Feature.NotifyDataErrors, null); }
793
get { return
GetValue
(Feature.ParentBindingExpressionBase, null) as MultiBindingExpression; }
799
get { return
GetValue
(Feature.ParentBindingExpressionBase, null) as PriorityBindingExpression; }
805
get { return (BindingExpressionBase)
GetValue
(Feature.ParentBindingExpressionBase, null); }
839
get { return (string)
GetValue
(Feature.EffectiveStringFormat, null); }
846
get { return
GetValue
(Feature.EffectiveTargetNullValue, DependencyProperty.UnsetValue); }
1457
DispatcherTimer timer = (DispatcherTimer)
GetValue
(Feature.Timer, null);
1486
DispatcherOperation op = (DispatcherOperation)
GetValue
(Feature.UpdateTargetOperation, null);
1674
WeakReference<BindingGroup> oldBindingGroupWR = (WeakReference<BindingGroup>)root.
GetValue
(Feature.BindingGroup, null);
1702
if ((WeakReference<BindingGroup>)
GetValue
(Feature.BindingGroup, null) != null)
2272
DispatcherTimer timer = (DispatcherTimer)
GetValue
(Feature.Timer, null);