true
if an element is checked on in the table of contents.//Modify an element's locked state if it isn't already //Perform on the worker thread await QueuedTask.Run(() => { if (!element.IsLocked) { element.SetLocked(true); } });
Target Platforms: Windows 11, Windows 10