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