6 references to IsKnownType
PresentationFramework (6)
src\Framework\System\Windows\Input\Command\CommandConverter.cs (3)
84
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
141
if (
IsKnownType
(ownerType) || ownerType == null )// not found
195
if (command != null && command.OwnerType != null &&
IsKnownType
(command.OwnerType))
src\Framework\System\Windows\Input\Command\CommandValueSerializer.cs (3)
38
if (CommandConverter.
IsKnownType
(command.OwnerType))
75
if (CommandConverter.
IsKnownType
(command.OwnerType))
112
if (command.OwnerType != null && !CommandConverter.
IsKnownType
(command.OwnerType))