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