25 references to GetValue
PresentationFramework (25)
System\Windows\Data\Binding.cs (12)
250
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
362
get { return (string)
GetValue
(Feature.XPath, null); }
485
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
496
get { return
GetValue
(Feature.ConverterParameter, null); }
505
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
515
WeakReference<object> wr = (WeakReference<object>)
GetValue
(Feature.ObjectSource, null);
565
get { return (RelativeSource)
GetValue
(Feature.RelativeSource, null); }
584
get { return (string)
GetValue
(Feature.ElementSource, null); }
611
get { return
GetValue
(Feature.AsyncState, null); }
645
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
698
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
795
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
System\Windows\Data\BindingBase.cs (6)
101
get { return
GetValue
(Feature.FallbackValue, DependencyProperty.UnsetValue); }
125
get { return (string)
GetValue
(Feature.StringFormat, null); }
133
get { return
GetValue
(Feature.TargetNullValue, DependencyProperty.UnsetValue); }
152
get { return (string)
GetValue
(Feature.BindingGroupName, String.Empty); }
166
get { return (int)
GetValue
(Feature.Delay, 0); }
537
internal void CopyValue(Feature id, BindingBase clone) { if (HasValue(id)) { clone.SetValue(id,
GetValue
(id, null)); } }
System\Windows\Data\MultiBinding.cs (7)
211
get { return (IMultiValueConverter)
GetValue
(Feature.Converter, null); }
222
get { return
GetValue
(Feature.ConverterParameter, null); }
231
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
247
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
273
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
370
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
423
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);