4 references to HasDropShadowProperty
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (3)
262
get { return (bool)GetValue(
HasDropShadowProperty
); }
263
set { SetValue(
HasDropShadowProperty
, value); }
488
CoerceValue(
HasDropShadowProperty
);
System\Windows\Controls\PopupControlService.cs (1)
1245
o.CoerceValue(ContextMenu.
HasDropShadowProperty
);