3 writes to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1843
_databindOperation
= _engine.Marshal(new DispatcherOperationCallback(ProcessInvoke), null, changeLog.Count);
1937
_databindOperation
= _engine.Marshal(
1955
_databindOperation
= null;
3 references to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1837
if (
_databindOperation
!= null)
1839
_engine.ChangeCost(
_databindOperation
, changeLog.Count);
1935
if(
_databindOperation
== null)