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