21 references to OpenedUnit
PresentationFramework (21)
MS\Internal\Documents\UndoManager.cs (8)
244
if (
OpenedUnit
!= null)
292
Close(
OpenedUnit
, closeAction);
320
if (
OpenedUnit
== null)
326
if (
OpenedUnit
!= unit)
330
closeParent =
OpenedUnit
;
517
if (
OpenedUnit
!= null)
582
if (
OpenedUnit
!= null)
1040
openedUnit =
OpenedUnit
;
System\Windows\Controls\ComboBox.cs (2)
718
undoManager.
OpenedUnit
!= null &&
719
undoManager.
OpenedUnit
.GetType() != typeof(TextParentUndoUnit))
System\Windows\Controls\Primitives\TextBoxBase.cs (4)
356
IParentUndoUnit openedUnit = undoManager.
OpenedUnit
;
1370
else if (undoManager.
OpenedUnit
== null)
1374
else if (undoManager.LastReopenedUnit == undoManager.
OpenedUnit
)
1656
if (undoManager.
OpenedUnit
!= null)
System\Windows\Data\BindingExpressionBase.cs (2)
1318
undoManager.
OpenedUnit
!= null &&
1319
undoManager.
OpenedUnit
.GetType() != typeof(System.Windows.Documents.TextParentUndoUnit))
System\Windows\Documents\ChangeBlockUndoRecord.cs (2)
40
if (_undoManager.
OpenedUnit
== null)
84
openedUnit = ((UndoManager)_parentUndoUnit.Container).
OpenedUnit
;
System\Windows\Documents\ImmComposition.cs (2)
1755
if (undoManager != null && undoManager.IsEnabled && undoManager.
OpenedUnit
== null)
1786
if (undoManager != null && undoManager.IsEnabled && undoManager.
OpenedUnit
!= null)
System\Windows\Documents\TextTreeUndo.cs (1)
124
if (undoManager.
OpenedUnit
== null)