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