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