4 references to HasDropShadowProperty
PresentationFramework (4)
System\Windows\Controls\ContextMenu.cs (3)
270
get { return (bool)GetValue(
HasDropShadowProperty
); }
271
set { SetValue(
HasDropShadowProperty
, value); }
496
CoerceValue(
HasDropShadowProperty
);
System\Windows\Controls\PopupControlService.cs (1)
1255
o.CoerceValue(ContextMenu.
HasDropShadowProperty
);