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