25 references to GetValue
PresentationFramework (25)
src\Framework\System\Windows\Data\Binding.cs (12)
255
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
367
get { return (string)
GetValue
(Feature.XPath, null); }
490
get { return (IValueConverter)
GetValue
(Feature.Converter, null); }
501
get { return
GetValue
(Feature.ConverterParameter, null); }
510
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
520
WeakReference<object> wr = (WeakReference<object>)
GetValue
(Feature.ObjectSource, null);
570
get { return (RelativeSource)
GetValue
(Feature.RelativeSource, null); }
589
get { return (string)
GetValue
(Feature.ElementSource, null); }
616
get { return
GetValue
(Feature.AsyncState, null); }
650
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
703
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
800
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
src\Framework\System\Windows\Data\BindingBase.cs (6)
104
get { return
GetValue
(Feature.FallbackValue, DependencyProperty.UnsetValue); }
128
get { return (string)
GetValue
(Feature.StringFormat, null); }
136
get { return
GetValue
(Feature.TargetNullValue, DependencyProperty.UnsetValue); }
155
get { return (string)
GetValue
(Feature.BindingGroupName, String.Empty); }
169
get { return (int)
GetValue
(Feature.Delay, 0); }
540
internal void CopyValue(Feature id, BindingBase clone) { if (HasValue(id)) { clone.SetValue(id,
GetValue
(id, null)); } }
src\Framework\System\Windows\Data\MultiBinding.cs (7)
215
get { return (IMultiValueConverter)
GetValue
(Feature.Converter, null); }
226
get { return
GetValue
(Feature.ConverterParameter, null); }
235
get { return (CultureInfo)
GetValue
(Feature.Culture, null); }
251
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);
278
get { return (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null); }
375
UpdateSourceExceptionFilterCallback callback = (UpdateSourceExceptionFilterCallback)
GetValue
(Feature.ExceptionFilterCallback, null);
428
return (ValidationRuleCollection)
GetValue
(Feature.ValidationRules, null);