13 references to ExpandDirection
PresentationFramework (13)
src\Framework\System\Windows\Controls\Expander.cs (13)
85public ExpandDirection ExpandDirection 87get { return (ExpandDirection) GetValue(ExpandDirectionProperty); } 98typeof(ExpandDirection), 101ExpandDirection.Down /* default value */, 108ExpandDirection value = (ExpandDirection)o; 110return (value == ExpandDirection.Down || 111value == ExpandDirection.Left || 112value == ExpandDirection.Right || 113value == ExpandDirection.Up); 250case ExpandDirection.Down: 254case ExpandDirection.Up: 258case ExpandDirection.Left: