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