3 references to PlacementRectangleProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\ContextMenu.cs (2)
221
get { return (Rect) GetValue(
PlacementRectangleProperty
); }
222
set { SetValue(
PlacementRectangleProperty
, value); }
src\Framework\System\Windows\Controls\PopupControlService.cs (1)
1154
o.CoerceValue(ContextMenu.
PlacementRectangleProperty
);