2 references to IsSynchronizedWithCurrentItem
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
1433get { return _cacheValid[(int)CacheBits.IsSynchronizedWithCurrentItem]; } 1434set { _cacheValid[(int)CacheBits.IsSynchronizedWithCurrentItem] = value; }