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