3 writes to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1847
_databindOperation
= _engine.Marshal(new DispatcherOperationCallback(ProcessInvoke), null, changeLog.Count);
1941
_databindOperation
= _engine.Marshal(
1959
_databindOperation
= null;
3 references to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1841
if (
_databindOperation
!= null)
1843
_engine.ChangeCost(
_databindOperation
, changeLog.Count);
1939
if(
_databindOperation
== null)