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