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