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