2 writes to SelectionMode
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
466SelectionMode = PropertySelectionMode.Default; 539this.SelectionMode = PropertySelectionMode.Sticky;
2 references to SelectionMode
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
191if (this.SelectionMode != PropertySelectionMode.Sticky) 495if (SelectionMode == PropertySelectionMode.Default)