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