xenadmin/XenAdmin/Controls/CheckableDataGridView
Mihaela Stoica 11362f22d2 CP-14472: Remove the lock in the License Manager and ensure that all the updates are done on the main thread.
- changed the licenseStatus_ItemUpdated event handler to invoke on the main thread, as this is the only case when a background thread needs to update the storedRows list..All the other reads and writes are taken place on the main (UI) thread
- removed the storedRowsLock as it is not needed since we do all the updates to storedRows on one thread.

Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-01-14 16:22:13 +00:00
..
CheckableDataGridView.cs Revert "CA-149867: Invoke on MainWindow instead of various controls" 2015-04-16 14:17:02 +01:00
CheckableDataGridViewController.cs CP-14472: Remove the lock in the License Manager and ensure that all the updates are done on the main thread. 2016-01-14 16:22:13 +00:00
CheckableDataGridViewRow.cs CP-4816: Initial commit to git repo 2013-06-24 12:41:48 +01:00
ICheckableDataGridViewView.cs CA-137470: Fixed unhandled exception raised by pressing space key on gridview of License Manager. 2014-07-04 11:10:46 +01:00