6 references to IsKnownType
PresentationFramework (6)
System\Windows\Input\Command\CommandConverter.cs (3)
78
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
135
if (
IsKnownType
(ownerType) || ownerType == null )// not found
185
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
System\Windows\Input\Command\CommandValueSerializer.cs (3)
33
if (CommandConverter.
IsKnownType
(command.OwnerType))
70
if (CommandConverter.
IsKnownType
(command.OwnerType))
107
if (command.OwnerType != null && !CommandConverter.
IsKnownType
(command.OwnerType))