1 write to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
298IsSynchronizedWithCurrentItemPrivate = newSync;
6 references to IsSynchronizedWithCurrentItemPrivate
PresentationFramework (6)
System\Windows\Controls\Primitives\Selector.cs (6)
276bool oldSync = IsSynchronizedWithCurrentItemPrivate; 1214if (Items.CurrentItem != null && IsSynchronizedWithCurrentItemPrivate == true) 1468if (IsSynchronizedWithCurrentItemPrivate) 1536Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 1564Debug.Assert(IsSynchronizedWithCurrentItemPrivate); 2320if (_owner.IsSynchronizedWithCurrentItemPrivate)