11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
822
return ((Popup)d)._secHelper.
IsChildPopup
? BooleanBoxes.FalseBox : value;
1756
if(_secHelper.
IsChildPopup
)
2651
if (_secHelper.
IsChildPopup
)
2994
bool isChildPopup =
IsChildPopup
;
3159
if (
IsChildPopup
)
3292
Debug.Assert(!
IsChildPopup
|| (
IsChildPopup
&& !transparent), "Child popups cannot be transparent");
3293
transparent = transparent && !
IsChildPopup
;
3296
if (
IsChildPopup
)
3317
if (
IsChildPopup
)
3335
if (
IsChildPopup
)