2 references to ExpandDirectionProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Expander.cs (2)
87get { return (ExpandDirection) GetValue(ExpandDirectionProperty); } 88set { SetValue(ExpandDirectionProperty, value); }