1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
286IsSynchronizedWithCurrentItemPrivate = newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
264bool oldSync = IsSynchronizedWithCurrentItemPrivate; 1202if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate == true) 1456if (IsSynchronizedWithCurrentItemPrivate) 1524Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 1552Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 2309if (_owner.IsSynchronizedWithCurrentItemPrivate)