3 references to TypesToExpand
System.Activities.Core.Presentation (3)
System\ServiceModel\Activities\Presentation\ContentCorrelationTypeExpander.xaml.cs (3)
136this.typeExpander.ItemsSource = this.TypesToExpand; 137this.emptyContent.Visibility = null == this.TypesToExpand || 0 == this.TypesToExpand.Count ? Visibility.Visible : Visibility.Collapsed;