Base:
method
IsComplexProperty
System.Windows.Xps.Serialization.SerializablePropertyContext.IsComplexProperty(System.Windows.Xps.Serialization.PackageSerializationManager)
2 references to IsComplexProperty
ReachFramework (2)
Serialization\Manager\ReachSerializableProperties.cs (2)
313
if(dependencyPropertyContext.
IsComplexProperty
(_serializationManager))
804
isComplex = this.
IsComplexProperty
(serializationManager);