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