8 references to XFirst
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (8)
2204
if (xIsFactoryMethod && !yIsFactoryMethod) { return
XFirst
; }
2211
if (yIsContentOrItemsProperty && !xIsContentOrItemsProperty) { return
XFirst
; }
2216
if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return
XFirst
; }
2228
if (xIsAtomicAndNotInitialization && !yIsAtomicAndNotInitialization) { return
XFirst
; }
2231
if (xIsAtomic && !yIsAtomic) { return
XFirst
; }
2234
if (xIsInitialization && !yIsInitialization) { return
XFirst
; }
2240
if (xIsArgumentsDirective && !yIsArgumentsDirective) { return
XFirst
; }
2246
if (xIsDirective && !yIsDirective) { return
XFirst
; }