12 references to ConditionType
System.Private.Xml (12)
System\Xml\Xsl\XsltOld\ChooseAction.cs (2)
48action = compiler.CreateIfAction(IfAction.ConditionType.ConditionWhen); 57action = compiler.CreateIfAction(IfAction.ConditionType.ConditionOtherwise);
System\Xml\Xsl\XsltOld\Compiler.cs (1)
1033public IfAction CreateIfAction(IfAction.ConditionType type)
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
724action = compiler.CreateIfAction(IfAction.ConditionType.ConditionIf);
System\Xml\Xsl\XsltOld\IfAction.cs (8)
20private readonly ConditionType _type; 23internal IfAction(ConditionType type) 31if (_type != ConditionType.ConditionOtherwise) 49if (_type == ConditionType.ConditionOtherwise) 70if (_type == ConditionType.ConditionIf || _type == ConditionType.ConditionWhen) 86if (_type == ConditionType.ConditionWhen || _type == ConditionType.ConditionOtherwise)