13 references to ExpandDirection
PresentationFramework (13)
System\Windows\Controls\Expander.cs (13)
80public ExpandDirection ExpandDirection 82get { return (ExpandDirection) GetValue(ExpandDirectionProperty); } 93typeof(ExpandDirection), 96ExpandDirection.Down /* default value */, 103ExpandDirection value = (ExpandDirection)o; 105return (value == ExpandDirection.Down || 106value == ExpandDirection.Left || 107value == ExpandDirection.Right || 108value == ExpandDirection.Up); 245case ExpandDirection.Down: 249case ExpandDirection.Up: 253case ExpandDirection.Left: