3 writes to CollectionView
PresentationFramework (3)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (3)
72
CollectionView
= DataItem as CollectionView;
76
CollectionView
= CollectionViewSource.GetDefaultCollectionView(DataItem, TargetElement);
110
CollectionView
= null;
13 references to CollectionView
PresentationFramework (13)
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (13)
74
if (
CollectionView
== null && DataItem is ICollection)
80
if (
CollectionView
!= null)
82
CurrentChangedEventManager.AddHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanged);
86
CurrentChangingEventManager.AddHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanging);
97
if (
CollectionView
!= null)
99
CurrentChangedEventManager.RemoveHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanged);
103
CurrentChangingEventManager.RemoveHandler(
CollectionView
, ParentBindingExpression.OnCurrentChanging);
120
if (collectionView ==
CollectionView
)
255
else if (
CollectionView
!= null &&
256
(xdc =
CollectionView
.SourceCollection as XmlDataCollection) != null)
312
if (
CollectionView
!= null)
314
ContextNode =
CollectionView
.CurrentItem as XmlNode;
316
if (ContextNode !=
CollectionView
.CurrentItem && TraceData.IsEnabled)