11 instantiations of RuntimeNamePropertyAttribute
PresentationCore (1)
System\Windows\Media\Animation\Timeline.cs (1)
24[RuntimeNameProperty("Name")]
PresentationFramework (6)
System\Windows\Generated\FrameworkContentElement.cs (1)
24[RuntimeNamePropertyAttribute("Name")]
System\Windows\Generated\FrameworkElement.cs (1)
24[RuntimeNamePropertyAttribute("Name")]
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
393result = (_runtimeNamePropertyName == null) ? null : new RuntimeNamePropertyAttribute(_runtimeNamePropertyName);
System\Windows\Media\Animation\BeginStoryboard.cs (1)
21[RuntimeNameProperty("Name")] // Enables INameScope.FindName to find BeginStoryboard objects.
System\Windows\VisualState.cs (1)
14[RuntimeNameProperty("Name")]
System\Windows\VisualStateGroup.cs (1)
16[RuntimeNameProperty("Name")]
System.Xaml.Tests (4)
System\Windows\Markup\RuntimeNamePropertyAttributeTests.cs (1)
16var attribute = new RuntimeNamePropertyAttribute(name);
System\Xaml\XamlTypeTests.cs (3)
471GetCustomAttributesAction = (attributeType, inherit) => new object[] { new RuntimeNamePropertyAttribute("name") } 708[RuntimeNamePropertyAttribute("runtimeName")] 716[RuntimeNamePropertyAttribute(null!)]
8 references to RuntimeNamePropertyAttribute
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
636case 543: t = () => typeof(RuntimeNamePropertyAttribute); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9575typeof(System.Windows.Markup.RuntimeNamePropertyAttribute),
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
391else if (attributeType == typeof(RuntimeNamePropertyAttribute))
System\Windows\Markup\KnownTypes.cs (1)
6090case KnownElements.RuntimeNamePropertyAttribute: t = typeof(System.Windows.Markup.RuntimeNamePropertyAttribute); break;
System.Xaml (3)
System\Xaml\Schema\Reflector.cs (2)
80if (attributeType == typeof(RuntimeNamePropertyAttribute)) 82return ((RuntimeNamePropertyAttribute)attributes[0]).Name;
System\Xaml\XamlType.cs (1)
691attributeType = typeof(RuntimeNamePropertyAttribute);
System.Xaml.Tests (1)
System\Windows\Markup\RuntimeNamePropertyAttributeTests.cs (1)
16var attribute = new RuntimeNamePropertyAttribute(name);