25 references to GetValue
PresentationFramework (25)
System\Windows\Data\Binding.cs (12)
242
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
354
get { return (string)
GetValue
(Feature.XPath, null); }
477
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
488
get { return
GetValue
(Feature.ConverterParameter, null); }
497
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
507
WeakReference<object> wr = (WeakReference<object>)
GetValue
(Feature.ObjectSource, null);
557
get { return (RelativeSource)
GetValue
(Feature.RelativeSource, null); }
576
get { return (string)
GetValue
(Feature.ElementSource, null); }
603
get { return
GetValue
(Feature.AsyncState, null); }
637
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
690
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
787
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
System\Windows\Data\BindingBase.cs (6)
99
get { return
GetValue
(Feature.FallbackValue, DependencyProperty.UnsetValue); }
123
get { return (string)
GetValue
(Feature.StringFormat, null); }
131
get { return
GetValue
(Feature.TargetNullValue, DependencyProperty.UnsetValue); }
150
get { return (string)
GetValue
(Feature.BindingGroupName, String.Empty); }
164
get { return (int)
GetValue
(Feature.Delay, 0); }
535
internal void CopyValue(Feature id, BindingBase clone) { if (HasValue(id)) { clone.SetValue(id,
GetValue
(id, null)); } }
System\Windows\Data\MultiBinding.cs (7)
206
get { return (IMultiValueConverter)
GetValue
(Feature.Converter, null); }
217
get { return
GetValue
(Feature.ConverterParameter, null); }
226
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
242
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
268
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
365
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
418
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);