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