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