5 references to XFirst
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
2281if (xIsPositionalParameterProperty && !yIsPositionalParameterProperty) { return XFirst; } 2287if (xIsFactoryMethod && !yIsFactoryMethod) { return XFirst; } 2294if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return XFirst; } 2300if (xIsAtomic && !yIsAtomic) { return XFirst; } 2306if (xIsDirective && !yIsDirective) { return XFirst; }