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