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