3 writes to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1820
_databindOperation
= _engine.Marshal(new DispatcherOperationCallback(ProcessInvoke), null, changeLog.Count);
1908
_databindOperation
= _engine.Marshal(
1926
_databindOperation
= null;
3 references to _databindOperation
PresentationFramework (3)
System\Windows\Data\CollectionView.cs (3)
1814
if (
_databindOperation
!= null)
1816
_engine.ChangeCost(
_databindOperation
, changeLog.Count);
1906
if(
_databindOperation
== null)