8 references to XFirst
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (8)
2212
if (xIsFactoryMethod && !yIsFactoryMethod) { return
XFirst
; }
2219
if (yIsContentOrItemsProperty && !xIsContentOrItemsProperty) { return
XFirst
; }
2224
if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return
XFirst
; }
2236
if (xIsAtomicAndNotInitialization && !yIsAtomicAndNotInitialization) { return
XFirst
; }
2239
if (xIsAtomic && !yIsAtomic) { return
XFirst
; }
2242
if (xIsInitialization && !yIsInitialization) { return
XFirst
; }
2248
if (xIsArgumentsDirective && !yIsArgumentsDirective) { return
XFirst
; }
2254
if (xIsDirective && !yIsDirective) { return
XFirst
; }