6 references to Culture
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
497get { return (CultureInfo)GetValue(Feature.Culture, null); } 498set { CheckSealed(); SetValue(Feature.Culture, value, null); } 717CopyValue(Feature.Culture, clone);
System\Windows\Data\MultiBinding.cs (3)
226get { return (CultureInfo)GetValue(Feature.Culture, null); } 227set { CheckSealed(); SetValue(Feature.Culture, value, null); } 394CopyValue(Feature.Culture, clone);