2 references to LevelProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyPanel.cs (2)
99get { return (int)this.GetValue(LevelProperty); } 100set { this.SetValue(LevelProperty, value); }