3 writes to isAttributableMarkupExtension
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
1143
isAttributableMarkupExtension
= false;
1152
isAttributableMarkupExtension
= false;
1156
isAttributableMarkupExtension
= true;
2 references to isAttributableMarkupExtension
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
1135
if (
isAttributableMarkupExtension
.HasValue)
1137
return
isAttributableMarkupExtension
.Value;