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