3 writes to CollectionView
PresentationFramework (3)
MS\Internal\Data\XmlBindingWorker.cs (3)
62
CollectionView
= DataItem as CollectionView;
66
CollectionView
= CollectionViewSource.GetDefaultCollectionView(DataItem, TargetElement);
100
CollectionView
= null;
13 references to CollectionView
PresentationFramework (13)
MS\Internal\Data\XmlBindingWorker.cs (13)
64
if (
CollectionView
== null && DataItem is ICollection)
70
if (
CollectionView
!= null)
72
CurrentChangedEventManager.AddHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanged);
76
CurrentChangingEventManager.AddHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanging);
87
if (
CollectionView
!= null)
89
CurrentChangedEventManager.RemoveHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanged);
93
CurrentChangingEventManager.RemoveHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanging);
110
if (collectionView ==
CollectionView
)
247
else if (
CollectionView
!= null &&
248
(xdc =
CollectionView
.SourceCollection as XmlDataCollection) != null)
304
if (
CollectionView
!= null)
306
ContextNode =
CollectionView
.CurrentItem as XmlNode;
308
if (ContextNode !=
CollectionView
.CurrentItem && TraceData.IsEnabled)