3 references to PlacementRectangleProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\Popup.cs (3)
690get { return (Rect) GetValue(PlacementRectangleProperty); } 691set { SetValue(PlacementRectangleProperty, value); } 935popup.SetBinding(PlacementRectangleProperty, binding);