[]
Gets a value indicating whether access to the collection is synchronized (thread safe).
public bool IsSynchronized { get; }
Always returns false, as the selection collection is not thread-safe. Access to the collection should be managed carefully in multi-threaded scenarios to avoid concurrency issues.
false