5 writes to ActiveEditMode
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (1)
56container.ActiveEditMode = PropertyActiveEditModeStateContainer.Instance.GetActiveEditMode(container.PropertyEntry);
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)
126container.ActiveEditMode = newMode;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (2)
115theThis.ActiveEditMode = PropertyContainerEditMode.Inline; 190theThis.ActiveEditMode = (PropertyContainerEditMode)e.OldValue;
8 references to ActiveEditMode
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderStandardCategoryLayout.cs (1)
83PropertyActiveEditModeStateContainer.Instance.StoreActiveEditMode(container.PropertyEntry, container.ActiveEditMode);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\PropertyContainerPopupHelper.cs (1)
50if (owningPropertyContainer != null && owningPropertyContainer.ActiveEditMode == PropertyContainerEditMode.ExtendedPopup)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\EditModeSwitchButton.cs (2)
75switch (owningContainer.ActiveEditMode) { 107owningContainer.ActiveEditMode.ToString()));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyContainer.cs (4)
307theThis.ActiveEditMode == PropertyContainerEditMode.Inline); 312theThis.ActiveEditMode == PropertyContainerEditMode.ExtendedPopup); 317theThis.ActiveEditMode == PropertyContainerEditMode.ExtendedPinned); 743PropertyContainerEditMode editMode = container.ActiveEditMode;