2 references to IsExpandedProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
102get { return (bool)this.GetValue(IsExpandedProperty); } 103set { this.SetValue(IsExpandedProperty, value); }