3 writes to isAttributableMarkupExtension
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
1138
isAttributableMarkupExtension
= false;
1147
isAttributableMarkupExtension
= false;
1151
isAttributableMarkupExtension
= true;
2 references to isAttributableMarkupExtension
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
1130
if (
isAttributableMarkupExtension
.HasValue)
1132
return
isAttributableMarkupExtension
.Value;