private void AddItemAsync(PlotInfo plotInfo) { lock (this.itemsLock) { this.pendingItems.Add(plotInfo); } this.ScheduleUpdateItemsInView(); }