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