5 references to XFirst
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
2290if (xIsPositionalParameterProperty && !yIsPositionalParameterProperty) { return XFirst; } 2296if (xIsFactoryMethod && !yIsFactoryMethod) { return XFirst; } 2303if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return XFirst; } 2309if (xIsAtomic && !yIsAtomic) { return XFirst; } 2315if (xIsDirective && !yIsDirective) { return XFirst; }