4 references to DropShadow
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (1)
248
if (cm._parentPopup == null || !cm._parentPopup.AllowsTransparency || !SystemParameters.
DropShadow
)
System\Windows\Controls\Primitives\Popup.cs (1)
848
return BooleanBoxes.Box(SystemParameters.
DropShadow
&& ((Popup)d).AllowsTransparency);
System\Windows\Controls\ToolTip.cs (1)
200
if (tt._parentPopup == null || !tt._parentPopup.AllowsTransparency || !SystemParameters.
DropShadow
)
System\Windows\SystemResourceKey.cs (1)
901
return BooleanBoxes.Box(SystemParameters.
DropShadow
);