12 references to IsChildPopup
PresentationFramework (12)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (12)
827return ((Popup)d)._secHelper.IsChildPopup ? BooleanBoxes.FalseBox : value; 1767if(_secHelper.IsChildPopup) 2666if (_secHelper.IsChildPopup) 3052bool isChildPopup = IsChildPopup; 3251if (IsChildPopup) 3346if (! IsChildPopup) 3419Debug.Assert(!IsChildPopup || (IsChildPopup && !transparent), "Child popups cannot be transparent"); 3420transparent = transparent && !IsChildPopup; 3423if (IsChildPopup) 3444if (IsChildPopup) 3462if (IsChildPopup)