1 write to IsFactoryMethod
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
1253
IsFactoryMethod
= true,
5 references to IsFactoryMethod
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
1716
if (((MemberMarkupInfo)property).
IsFactoryMethod
&& !xamlType.UnderlyingType.IsNested)
2210
bool xIsFactoryMethod = xInfo.
IsFactoryMethod
;
2211
bool yIsFactoryMethod = yInfo.
IsFactoryMethod
;
2293
bool xIsFactoryMethod = xInfo.
IsFactoryMethod
;
2294
bool yIsFactoryMethod = yInfo.
IsFactoryMethod
;