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