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