1 write to IsFactoryMethod
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
1256
IsFactoryMethod
= true,
5 references to IsFactoryMethod
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
1711
if (((MemberMarkupInfo)property).
IsFactoryMethod
&& !xamlType.UnderlyingType.IsNested)
2201
bool xIsFactoryMethod = xInfo.
IsFactoryMethod
;
2202
bool yIsFactoryMethod = yInfo.
IsFactoryMethod
;
2284
bool xIsFactoryMethod = xInfo.
IsFactoryMethod
;
2285
bool yIsFactoryMethod = yInfo.
IsFactoryMethod
;