16 references to Inline
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\EditModeSwitchButtonKeyboardFix.cs (1)
133case PropertyContainerEditMode.Inline:
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (1)
62owningPropertyContainer.ActiveEditMode = PropertyContainerEditMode.Inline;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyValueEditorCommandHandler.cs (1)
100SwitchActiveEditMode(e, PropertyContainerEditMode.Inline);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (1)
35PropertyContainerEditMode.Inline;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (5)
47PropertyContainerEditMode.Inline, 76case PropertyContainerEditMode.Inline: 84newMode = PropertyContainerEditMode.Inline; 95newMode = PropertyContainerEditMode.Inline; 225case PropertyContainerEditMode.Inline:
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (6)
115theThis.ActiveEditMode = PropertyContainerEditMode.Inline; 145PropertyContainerEditMode.Inline, 307theThis.ActiveEditMode == PropertyContainerEditMode.Inline); 470return FindPropertyValueEditorTemplate(PropertyContainerEditMode.Inline); 688if (editMode == PropertyContainerEditMode.Inline) 748case PropertyContainerEditMode.Inline:
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValueEditor.cs (1)
46return (mode == PropertyContainerEditMode.Inline) ? _inlineEditorTemplate : null;