6 references to Culture
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
479get { return (CultureInfo)GetValue(Feature.Culture, null); } 480set { CheckSealed(); SetValue(Feature.Culture, value, null); } 699CopyValue(Feature.Culture, clone);
System\Windows\Data\MultiBinding.cs (3)
225get { return (CultureInfo)GetValue(Feature.Culture, null); } 226set { CheckSealed(); SetValue(Feature.Culture, value, null); } 393CopyValue(Feature.Culture, clone);