8 references to XFirst
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (8)
2199
if (xIsFactoryMethod && !yIsFactoryMethod) { return
XFirst
; }
2206
if (yIsContentOrItemsProperty && !xIsContentOrItemsProperty) { return
XFirst
; }
2211
if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return
XFirst
; }
2223
if (xIsAtomicAndNotInitialization && !yIsAtomicAndNotInitialization) { return
XFirst
; }
2226
if (xIsAtomic && !yIsAtomic) { return
XFirst
; }
2229
if (xIsInitialization && !yIsInitialization) { return
XFirst
; }
2235
if (xIsArgumentsDirective && !yIsArgumentsDirective) { return
XFirst
; }
2241
if (xIsDirective && !yIsDirective) { return
XFirst
; }