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