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