6 references to IsAttributableMarkupExtension
System.Xaml (6)
System\Xaml\XamlObjectReader.cs (6)
1049
if (memberInfo.IsAtomic || memberInfo.
IsAttributableMarkupExtension
)
1081
if (!memberInfo.IsAtomic && !memberInfo.
IsAttributableMarkupExtension
)
2213
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2214
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;
2290
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2292
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;