6 references to IsAttributableMarkupExtension
System.Xaml (6)
System\Xaml\XamlObjectReader.cs (6)
1044
if (memberInfo.IsAtomic || memberInfo.
IsAttributableMarkupExtension
)
1076
if (!memberInfo.IsAtomic && !memberInfo.
IsAttributableMarkupExtension
)
2208
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2209
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;
2285
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2287
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;