6 references to Culture
PresentationFramework (6)
System\Windows\Data\Binding.cs (3)
505get { return (CultureInfo)GetValue(Feature.Culture, null); } 506set { CheckSealed(); SetValue(Feature.Culture, value, null); } 725CopyValue(Feature.Culture, clone);
System\Windows\Data\MultiBinding.cs (3)
231get { return (CultureInfo)GetValue(Feature.Culture, null); } 232set { CheckSealed(); SetValue(Feature.Culture, value, null); } 399CopyValue(Feature.Culture, clone);