1 write to IsFactoryMethod
System.Xaml (1)
System\Xaml\XamlObjectReader.cs (1)
1251
IsFactoryMethod
= true,
5 references to IsFactoryMethod
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
1706
if (((MemberMarkupInfo)property).
IsFactoryMethod
&& !xamlType.UnderlyingType.IsNested)
2196
bool xIsFactoryMethod = xInfo.
IsFactoryMethod
;
2197
bool yIsFactoryMethod = yInfo.
IsFactoryMethod
;
2279
bool xIsFactoryMethod = xInfo.
IsFactoryMethod
;
2280
bool yIsFactoryMethod = yInfo.
IsFactoryMethod
;