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