3 references to AmbientPropertyValue
System.Xaml (2)
System\Xaml\Context\ObjectWriterContext.cs (2)
348AmbientPropertyValue apValue = new AmbientPropertyValue(null, inst); 400AmbientPropertyValue apValue = new AmbientPropertyValue(prop, value);
System.Xaml.Tests (1)
System\Xaml\AmbientPropertyValueTests.cs (1)
23var ambientValue = new AmbientPropertyValue(property, value);