5 references to YFirst
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
2290
if (yIsPositionalParameterProperty && !xIsPositionalParameterProperty) { return
YFirst
; }
2296
if (yIsFactoryMethod && !xIsFactoryMethod) { return
YFirst
; }
2303
if (yIsAttributableMarkupExtension && !xIsAttributableMarkupExtension) { return
YFirst
; }
2309
if (yIsAtomic && !xIsAtomic) { return
YFirst
; }
2315
if (yIsDirective && !yIsDirective) { return
YFirst
; }