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