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