11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
817
return ((Popup)d)._secHelper.
IsChildPopup
? BooleanBoxes.FalseBox : value;
1768
if(_secHelper.
IsChildPopup
)
2663
if (_secHelper.
IsChildPopup
)
3002
bool isChildPopup =
IsChildPopup
;
3167
if (
IsChildPopup
)
3296
Debug.Assert(!
IsChildPopup
|| (
IsChildPopup
&& !transparent), "Child popups cannot be transparent");
3297
transparent = transparent && !
IsChildPopup
;
3300
if (
IsChildPopup
)
3321
if (
IsChildPopup
)
3341
if (
IsChildPopup
)