2 references to IsTransparent
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
2888get { return _cacheValid[(int)CacheBits.IsTransparent]; } 2889set { _cacheValid[(int)CacheBits.IsTransparent] = value; }