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