4 references to ConditionOtherwise
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
57
action = compiler.CreateIfAction(IfAction.ConditionType.
ConditionOtherwise
);
System\Xml\Xsl\XsltOld\IfAction.cs (3)
31
if (_type != ConditionType.
ConditionOtherwise
)
49
if (_type == ConditionType.
ConditionOtherwise
)
86
if (_type == ConditionType.ConditionWhen || _type == ConditionType.
ConditionOtherwise
)