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