3 references to HorizontalOffsetProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
596get { return (double) GetValue(HorizontalOffsetProperty); } 597set { SetValue(HorizontalOffsetProperty, value); } 938popup.SetBinding(HorizontalOffsetProperty, binding);