6 references to IsAttributableMarkupExtension
System.Xaml (6)
System\Xaml\XamlObjectReader.cs (6)
1043
if (memberInfo.IsAtomic || memberInfo.
IsAttributableMarkupExtension
)
1076
if (!memberInfo.IsAtomic && !memberInfo.
IsAttributableMarkupExtension
)
2222
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2223
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;
2299
bool xIsAttributableMarkupExtension = xInfo.
IsAttributableMarkupExtension
;
2301
bool yIsAttributableMarkupExtension = yInfo.
IsAttributableMarkupExtension
;