1 write to _culture
PresentationFramework (1)
System\Windows\Data\CollectionViewSource.cs (1)
217set { _culture = value; OnForwardedPropertyChanged(); }
1 reference to _culture
PresentationFramework (1)
System\Windows\Data\CollectionViewSource.cs (1)
216get { return _culture; }