5 references to YFirst
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
2291
if (yIsPositionalParameterProperty && !xIsPositionalParameterProperty) { return
YFirst
; }
2297
if (yIsFactoryMethod && !xIsFactoryMethod) { return
YFirst
; }
2304
if (yIsAttributableMarkupExtension && !xIsAttributableMarkupExtension) { return
YFirst
; }
2310
if (yIsAtomic && !xIsAtomic) { return
YFirst
; }
2316
if (yIsDirective && !yIsDirective) { return
YFirst
; }