3 writes to isAttributableMarkupExtension
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
1140
isAttributableMarkupExtension
= false;
1149
isAttributableMarkupExtension
= false;
1154
isAttributableMarkupExtension
= true;
2 references to isAttributableMarkupExtension
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
1132
if (
isAttributableMarkupExtension
.HasValue)
1134
return
isAttributableMarkupExtension
.Value;