1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
289IsSynchronizedWithCurrentItemPrivate = newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
267bool oldSync = IsSynchronizedWithCurrentItemPrivate; 1205if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate == true) 1459if (IsSynchronizedWithCurrentItemPrivate) 1527Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 1555Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 2311if (_owner.IsSynchronizedWithCurrentItemPrivate)