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