19 references to GetValue
PresentationFramework (19)
src\Framework\System\Windows\Data\BindingExpression.cs (7)
327
WeakReference wr = (WeakReference)
GetValue
(Feature.CollectionViewSource, null);
358
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
499
return (DynamicValueConverter)
GetValue
(Feature.DynamicConverter, null);
505
get { return (DataSourceProvider)
GetValue
(Feature.DataProvider, null); }
592
WeakReference dataErrorWR = (WeakReference)
GetValue
(Feature.DataErrorValue, null);
1226
WeakReference wr =
GetValue
(Feature.CollectionViewSource, null) as WeakReference;
2311
WeakReference dataErrorWR = (WeakReference)
GetValue
(Feature.DataErrorValue, null);
src\Framework\System\Windows\Data\BindingExpressionBase.cs (12)
215
WeakReference<BindingGroup> wr = (WeakReference<BindingGroup>)root.
GetValue
(Feature.BindingGroup, null);
242
get { return (ValidationError)
GetValue
(Feature.ValidationError, null); }
247
get { return (List<ValidationError>)
GetValue
(Feature.NotifyDataErrors, null); }
799
get { return
GetValue
(Feature.ParentBindingExpressionBase, null) as MultiBindingExpression; }
805
get { return
GetValue
(Feature.ParentBindingExpressionBase, null) as PriorityBindingExpression; }
811
get { return (BindingExpressionBase)
GetValue
(Feature.ParentBindingExpressionBase, null); }
845
get { return (string)
GetValue
(Feature.EffectiveStringFormat, null); }
852
get { return
GetValue
(Feature.EffectiveTargetNullValue, DependencyProperty.UnsetValue); }
1459
DispatcherTimer timer = (DispatcherTimer)
GetValue
(Feature.Timer, null);
1667
WeakReference<BindingGroup> oldBindingGroupWR = (WeakReference<BindingGroup>)root.
GetValue
(Feature.BindingGroup, null);
1695
if ((WeakReference<BindingGroup>)
GetValue
(Feature.BindingGroup, null) != null)
2263
DispatcherTimer timer = (DispatcherTimer)
GetValue
(Feature.Timer, null);