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