5 references to XFirst
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
2276if (xIsPositionalParameterProperty && !yIsPositionalParameterProperty) { return XFirst; } 2282if (xIsFactoryMethod && !yIsFactoryMethod) { return XFirst; } 2289if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return XFirst; } 2295if (xIsAtomic && !yIsAtomic) { return XFirst; } 2301if (xIsDirective && !yIsDirective) { return XFirst; }