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)
1841if (_databindOperation != null) 1843_engine.ChangeCost(_databindOperation, changeLog.Count); 1939if(_databindOperation == null)