13 references to ExpandDirection
PresentationFramework (13)
System\Windows\Controls\Expander.cs (13)
84public ExpandDirection ExpandDirection 86get { return (ExpandDirection) GetValue(ExpandDirectionProperty); } 97typeof(ExpandDirection), 100ExpandDirection.Down /* default value */, 107ExpandDirection value = (ExpandDirection)o; 109return (value == ExpandDirection.Down || 110value == ExpandDirection.Left || 111value == ExpandDirection.Right || 112value == ExpandDirection.Up); 249case ExpandDirection.Down: 253case ExpandDirection.Up: 257case ExpandDirection.Left: