3 references to IsExpandedProperty
PresentationFramework (3)
src\Framework\MS\Internal\Helper.cs (1)
1559Expander.IsExpandedProperty.GlobalIndex,
src\Framework\System\Windows\Controls\Expander.cs (2)
161get { return (bool) GetValue(IsExpandedProperty); } 162set { SetValue(IsExpandedProperty, BooleanBoxes.Box(value)); }