7 references to StaticExtension
PresentationFramework (7)
MS\Internal\Markup\StaticExtension.cs (1)
25public StaticExtension(String member) : base(member) { }
System\Windows\Markup\Baml2006\Baml2006Reader.cs (3)
887var staticExtension = new System.Windows.Markup.StaticExtension(propertyName) 1671new System.Windows.Markup.StaticExtension(staticExParam); 1732System.Windows.Markup.StaticExtension staticExtension = new System.Windows.Markup.StaticExtension((string)param)
System\Windows\Markup\BamlRecordReader.cs (1)
1444instance = new StaticExtension((string)param);
System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
933return new StaticExtension($"{typeName}.{enumValue}");
System\Windows\SystemKeyConverter.cs (1)
151return new StaticExtension($"{systemClassName}.{GetSystemKeyName(keyId)}");