3 writes to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1821
_databindOperation
= _engine.Marshal(new DispatcherOperationCallback(ProcessInvoke), null, changeLog.Count);
1909
_databindOperation
= _engine.Marshal(
1927
_databindOperation
= null;
3 references to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1815
if (
_databindOperation
!= null)
1817
_engine.ChangeCost(
_databindOperation
, changeLog.Count);
1907
if(
_databindOperation
== null)