3 references to PlacementRectangleProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
700get { return (Rect) GetValue(PlacementRectangleProperty); } 701set { SetValue(PlacementRectangleProperty, value); } 943popup.SetBinding(PlacementRectangleProperty, binding);