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