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