13 references to ExpandDirection
PresentationFramework (13)
System\Windows\Controls\Expander.cs (13)
79public ExpandDirection ExpandDirection 81get { return (ExpandDirection) GetValue(ExpandDirectionProperty); } 92typeof(ExpandDirection), 95ExpandDirection.Down /* default value */, 102ExpandDirection value = (ExpandDirection)o; 104return (value == ExpandDirection.Down || 105value == ExpandDirection.Left || 106value == ExpandDirection.Right || 107value == ExpandDirection.Up); 241case ExpandDirection.Down: 245case ExpandDirection.Up: 249case ExpandDirection.Left: