11 references to IsChildPopup
PresentationFramework (11)
System\Windows\Controls\Primitives\Popup.cs (11)
818
return ((Popup)d)._secHelper.
IsChildPopup
? BooleanBoxes.FalseBox : value;
1772
if(_secHelper.
IsChildPopup
)
2667
if (_secHelper.
IsChildPopup
)
3006
bool isChildPopup =
IsChildPopup
;
3171
if (
IsChildPopup
)
3300
Debug.Assert(!
IsChildPopup
|| (
IsChildPopup
&& !transparent), "Child popups cannot be transparent");
3301
transparent = transparent && !
IsChildPopup
;
3304
if (
IsChildPopup
)
3325
if (
IsChildPopup
)
3345
if (
IsChildPopup
)