25 references to GetValue
PresentationFramework (25)
System\Windows\Data\Binding.cs (12)
224
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
336
get { return (string)
GetValue
(Feature.XPath, null); }
459
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
470
get { return
GetValue
(Feature.ConverterParameter, null); }
479
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
489
WeakReference<object> wr = (WeakReference<object>)
GetValue
(Feature.ObjectSource, null);
539
get { return (RelativeSource)
GetValue
(Feature.RelativeSource, null); }
558
get { return (string)
GetValue
(Feature.ElementSource, null); }
585
get { return
GetValue
(Feature.AsyncState, null); }
619
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
672
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
769
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
System\Windows\Data\BindingBase.cs (6)
98
get { return
GetValue
(Feature.FallbackValue, DependencyProperty.UnsetValue); }
122
get { return (string)
GetValue
(Feature.StringFormat, null); }
130
get { return
GetValue
(Feature.TargetNullValue, DependencyProperty.UnsetValue); }
149
get { return (string)
GetValue
(Feature.BindingGroupName, String.Empty); }
163
get { return (int)
GetValue
(Feature.Delay, 0); }
534
internal void CopyValue(Feature id, BindingBase clone) { if (HasValue(id)) { clone.SetValue(id,
GetValue
(id, null)); } }
System\Windows\Data\MultiBinding.cs (7)
205
get { return (IMultiValueConverter)
GetValue
(Feature.Converter, null); }
216
get { return
GetValue
(Feature.ConverterParameter, null); }
225
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
241
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
267
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
364
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
417
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);