6 references to IsKnownType
PresentationFramework (6)
System\Windows\Input\Command\CommandConverter.cs (3)
72
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
129
if (
IsKnownType
(ownerType) || ownerType == null )// not found
179
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
System\Windows\Input\Command\CommandValueSerializer.cs (3)
28
if (CommandConverter.
IsKnownType
(command.OwnerType))
65
if (CommandConverter.
IsKnownType
(command.OwnerType))
102
if (command.OwnerType != null && !CommandConverter.
IsKnownType
(command.OwnerType))