System\Data\Selection.cs (14)
112ObjectID, (table != null) ? table.ObjectID : 0, recordStates);
121_listeners = new Listeners<DataViewListener>(ObjectID, listener => null != listener);
189DataCommonEventSource.Log.Trace("<ds.Index.AcceptRecord|API> {0}, record={1}", ObjectID, record);
229DataCommonEventSource.Log.Trace("<ds.Index.AddRef|API> {0}", ObjectID);
250DataCommonEventSource.Log.Trace("<ds.Index.RemoveRef|API> {0}", ObjectID);
414DataCommonEventSource.Log.Trace("<ds.Index.DeleteRecord|INFO> {0}, recordIndex={1}, fireEvent={2}", ObjectID, recordIndex, fireEvent);
675DataCommonEventSource.Log.Trace("<ds.Index.FireResetEvent|API> {0}", ObjectID);
788DataCommonEventSource.Log.Trace("<ds.Index.InsertRecord|INFO> {0}, record={1}, fireEvent={2}", ObjectID, record, fireEvent);
858DataCommonEventSource.Log.Trace("<ds.Index.OnListChanged|INFO> {0}", ObjectID);
881DataCommonEventSource.Log.Trace("<ds.Index.Reset|API> {0}", ObjectID);
889DataCommonEventSource.Log.Trace("<ds.Index.RecordChanged|API> {0}, record={1}", ObjectID, record);
903DataCommonEventSource.Log.Trace("<ds.Index.RecordChanged|API> {0}, oldIndex={1}, newIndex={2}", ObjectID, oldIndex, newIndex);
930DataCommonEventSource.Log.Trace("<ds.Index.RecordStateChanged|API> {0}, record={1}, oldState={2}, newState={3}", ObjectID, record, oldState, newState);
940ObjectID, oldRecord, oldOldState, oldNewState, newRecord, newOldState, newNewState);