34 references to IsInstanceOfType
PresentationCore (3)
Core\CSharp\System\Windows\Input\InputElement.cs (3)
32
return UIElementType.
IsInstanceOfType
(o);
38
return UIElement3DType.
IsInstanceOfType
(o);
44
return ContentElementType.
IsInstanceOfType
(o);
PresentationFramework (30)
src\Framework\MS\Internal\Annotations\Anchoring\PathNode.cs (2)
265
FrameworkElement.DType.
IsInstanceOfType
(parent) ||
266
FrameworkContentElement.DType.
IsInstanceOfType
(parent))
src\Framework\MS\Internal\FrameworkObject.cs (4)
62
if (FrameworkElement.DType.
IsInstanceOfType
(d))
67
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
104
if (FrameworkElement.DType.
IsInstanceOfType
(d))
109
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
src\Framework\MS\Internal\Helper.cs (2)
300
if (FrameworkElement.DType.
IsInstanceOfType
(d))
305
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
226
if (elements.Count == 1 && ClipboardProcessor.InkCanvasDType.
IsInstanceOfType
(elements[0]))
src\Framework\MS\Internal\PrePostDescendentsWalker.cs (2)
79
if (FrameworkElement.DType.
IsInstanceOfType
(startNode) || FrameworkContentElement.DType.
IsInstanceOfType
(startNode))
src\Framework\System\Windows\BroadcastEventHelper.cs (5)
292
if (FrameworkElement.DType.
IsInstanceOfType
(d))
421
if (FrameworkElement.DType.
IsInstanceOfType
(d))
425
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
434
if (FrameworkElement.DType.
IsInstanceOfType
(d))
446
if (FrameworkElement.DType.
IsInstanceOfType
(d))
src\Framework\System\Windows\DescendentsWalker.cs (7)
55
if (FrameworkElement.DType.
IsInstanceOfType
(_startNode) ||
56
FrameworkContentElement.DType.
IsInstanceOfType
(_startNode))
78
if (FrameworkElement.DType.
IsInstanceOfType
(d))
99
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
323
if (child != null && FrameworkElement.DType.
IsInstanceOfType
(child))
403
if (FrameworkElement.DType.
IsInstanceOfType
(d))
407
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
src\Framework\System\Windows\DescendentsWalkerBase.cs (1)
37
if (FrameworkElement.DType.
IsInstanceOfType
(ancestor))
src\Framework\System\Windows\FrameworkElement.cs (1)
2233
if(FrameworkElement.DType.
IsInstanceOfType
(layoutParent))
src\Framework\System\Windows\Media\Animation\Storyboard.cs (2)
931
if( FrameworkElement.DType.
IsInstanceOfType
(targetObject) )
937
if( FrameworkContentElement.DType.
IsInstanceOfType
(targetObject) )
src\Framework\System\Windows\StyleHelper.cs (2)
2336
if (FrameworkElement.DType.
IsInstanceOfType
(d))
2341
else if (FrameworkContentElement.DType.
IsInstanceOfType
(d))
src\Framework\System\Windows\TreeWalkHelper.cs (1)
1009
if (visitedViaVisualTree && FrameworkElement.DType.
IsInstanceOfType
(d))
WindowsBase (1)
Base\System\Windows\AttachedPropertyBrowsableForTypeAttribute.cs (1)
134
if (_dTargetType != null && _dTargetType.
IsInstanceOfType
(d))