3 writes to isAttributableMarkupExtension
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
1139
isAttributableMarkupExtension
= false;
1148
isAttributableMarkupExtension
= false;
1153
isAttributableMarkupExtension
= true;
2 references to isAttributableMarkupExtension
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
1131
if (
isAttributableMarkupExtension
.HasValue)
1133
return
isAttributableMarkupExtension
.Value;