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