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