11 references to ExtendedPinned
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (1)
139case PropertyContainerEditMode.ExtendedPinned:
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueEditorCommandHandler.cs (1)
110SwitchActiveEditMode(e, PropertyContainerEditMode.ExtendedPinned);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (2)
34PropertyContainerEditMode.ExtendedPinned : 50if (editMode == PropertyContainerEditMode.ExtendedPinned)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (3)
90newMode = PropertyContainerEditMode.ExtendedPinned; 93case PropertyContainerEditMode.ExtendedPinned: 231case PropertyContainerEditMode.ExtendedPinned:
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\ExtendedPropertyValueEditor.cs (1)
47((mode == PropertyContainerEditMode.ExtendedPinned ||
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (3)
317theThis.ActiveEditMode == PropertyContainerEditMode.ExtendedPinned); 486return FindPropertyValueEditorTemplate(PropertyContainerEditMode.ExtendedPinned); 754case PropertyContainerEditMode.ExtendedPinned: