1 write to MyLiveSortingProperties
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemCollection.cs (1)
1387MyLiveSortingProperties = new ObservableCollection<string>();
6 references to MyLiveSortingProperties
PresentationFramework (6)
src\Framework\System\Windows\Controls\ItemCollection.cs (6)
1385if (MyLiveSortingProperties == null) 1392CloneList(MyLiveSortingProperties, icvls.LiveSortingProperties); 1395((INotifyCollectionChanged)MyLiveSortingProperties).CollectionChanged += new NotifyCollectionChangedEventHandler(LiveSortingChanged); 1397return MyLiveSortingProperties; 2090SynchronizeCollections<string>(e, MyLiveSortingProperties, icvls.LiveSortingProperties); 2109SynchronizeCollections<string>(e, icvls.LiveSortingProperties, MyLiveSortingProperties);