3 writes to CollectionView
PresentationFramework (3)
MS\Internal\Data\XmlBindingWorker.cs (3)
63
CollectionView
= DataItem as CollectionView;
67
CollectionView
= CollectionViewSource.GetDefaultCollectionView(DataItem, TargetElement);
101
CollectionView
= null;
13 references to CollectionView
PresentationFramework (13)
MS\Internal\Data\XmlBindingWorker.cs (13)
65
if (
CollectionView
== null && DataItem is ICollection)
71
if (
CollectionView
!= null)
73
CurrentChangedEventManager.AddHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanged);
77
CurrentChangingEventManager.AddHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanging);
88
if (
CollectionView
!= null)
90
CurrentChangedEventManager.RemoveHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanged);
94
CurrentChangingEventManager.RemoveHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanging);
111
if (collectionView ==
CollectionView
)
248
else if (
CollectionView
!= null &&
249
(xdc =
CollectionView
.SourceCollection as XmlDataCollection) != null)
305
if (
CollectionView
!= null)
307
ContextNode =
CollectionView
.CurrentItem as XmlNode;
309
if (ContextNode !=
CollectionView
.CurrentItem && TraceData.IsEnabled)