6 references to IsAttributableMarkupExtension
System.Xaml (6)
System\Xaml\XamlObjectReader.cs (6)
1042
if (memberInfo.IsAtomic || memberInfo.
IsAttributableMarkupExtension
)
1075
if (!memberInfo.IsAtomic && !memberInfo.
IsAttributableMarkupExtension
)
2221
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2222
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;
2298
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2300
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;