1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (1)
308IsSynchronizedWithCurrentItemPrivate = newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (6)
286bool oldSync = IsSynchronizedWithCurrentItemPrivate; 1232if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate == true) 1487if (IsSynchronizedWithCurrentItemPrivate) 1556Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 1584Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 2365if (_owner.IsSynchronizedWithCurrentItemPrivate)