| http://www.w3.org/ns/prov#value | - The following is an example of what the base VisualRenderer looks like in one implementation: public class System.Windows.Media.Visuals.VisualRenderer : System.Threading.ContextAffinityObject, IDisposable { // Constructors internal VisualRenderer( ); internal VisualRenderer(System.Threading.UiContext context); // ContextAffinityObject public UiContext Context { get; } public bool CheckContext( );
|