11 references to RuntimeNameProperty
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)
393
result = (_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)
16
var attribute = new
RuntimeNamePropertyAttribute
(name);
System\Xaml\XamlTypeTests.cs (3)
471
GetCustomAttributesAction = (attributeType, inherit) => new object[] { new
RuntimeNamePropertyAttribute
("name") }
708
[
RuntimeNamePropertyAttribute
("runtimeName")]
716
[
RuntimeNamePropertyAttribute
(null!)]