3 writes to _databindOperation
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionView.cs (3)
1858
_databindOperation
= _engine.Marshal(new DispatcherOperationCallback(ProcessInvoke), null, changeLog.Count);
1952
_databindOperation
= _engine.Marshal(
1970
_databindOperation
= null;
3 references to _databindOperation
PresentationFramework (3)
src\Framework\System\Windows\Data\CollectionView.cs (3)
1852
if (
_databindOperation
!= null)
1854
_engine.ChangeCost(
_databindOperation
, changeLog.Count);
1950
if(
_databindOperation
== null)