8 references to XFirst
System.Xaml (8)
System\Xaml\XamlObjectReader.cs (8)
2213
if (xIsFactoryMethod && !yIsFactoryMethod) { return
XFirst
; }
2220
if (yIsContentOrItemsProperty && !xIsContentOrItemsProperty) { return
XFirst
; }
2225
if (xIsAttributableMarkupExtension && !yIsAttributableMarkupExtension) { return
XFirst
; }
2237
if (xIsAtomicAndNotInitialization && !yIsAtomicAndNotInitialization) { return
XFirst
; }
2240
if (xIsAtomic && !yIsAtomic) { return
XFirst
; }
2243
if (xIsInitialization && !yIsInitialization) { return
XFirst
; }
2249
if (xIsArgumentsDirective && !yIsArgumentsDirective) { return
XFirst
; }
2255
if (xIsDirective && !yIsDirective) { return
XFirst
; }