6 references to Priority
System.Private.Xml (6)
System\Xml\Xsl\XsltOld\TemplateManager.cs (6)
28Debug.Assert(!double.IsNaN(tx.Priority)); 29Debug.Assert(!double.IsNaN(ty.Priority)); 31if (tx.Priority == ty.Priority) 38return tx.Priority > ty.Priority ? 1 : -1;