3 references to ConditionWhen
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\ChooseAction.cs (1)
48action = compiler.CreateIfAction(IfAction.ConditionType.ConditionWhen);
System\Xml\Xsl\XsltOld\IfAction.cs (2)
70if (_type == ConditionType.ConditionIf || _type == ConditionType.ConditionWhen) 86if (_type == ConditionType.ConditionWhen || _type == ConditionType.ConditionOtherwise)