1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
285IsSynchronizedWithCurrentItemPrivate = newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
263bool oldSync = IsSynchronizedWithCurrentItemPrivate; 1201if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate) 1455if (IsSynchronizedWithCurrentItemPrivate) 1523Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 1551Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 2308if (_owner.IsSynchronizedWithCurrentItemPrivate)