26 implementations of GetHandle
PresentationCore (26)
System\Windows\Media\Animation\Animatable.cs (1)
221DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
168DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
133DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Effects\Generated\Effect.cs (1)
122DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Effects\Generated\PixelShader.cs (1)
177DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Brush.cs (1)
277DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\CacheMode.cs (1)
132DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\DashStyle.cs (1)
233DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Drawing.cs (1)
129DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Geometry.cs (1)
194DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\GuidelineSet.cs (1)
266DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\ImageSource.cs (1)
129DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Pen.cs (1)
443DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Transform.cs (1)
132DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\GlyphRun.cs (1)
1825DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Imaging\BitmapSource.cs (1)
983DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\MediaPlayer.cs (1)
561DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\RenderData.cs (1)
374DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Visual.cs (1)
206DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Camera.cs (1)
187DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Geometry3D.cs (1)
127DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Material.cs (1)
127DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Model3D.cs (1)
187DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Rotation3D.cs (1)
127DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Transform3D.cs (1)
127DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Visual3D.cs (1)
77DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
180 references to GetHandle
PresentationCore (180)
System\Windows\InterOp\HwndTarget.cs (1)
834DUCE.ResourceHandle hWorldTransform = ((DUCE.IResource)_worldTransform).GetHandle(channel);
System\Windows\Media\Animation\Animatable.cs (1)
336if (!resource.GetHandle(mediaContext.Channel).IsNull)
System\Windows\Media\Animation\AnimationStorage.cs (2)
232if (!targetResource.GetHandle(channel).IsNull) 266if (!targetResource.GetHandle(channel).IsNull)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
244return ((DUCE.IResource)storage).GetHandle(channel);
System\Windows\Media\BitmapCacheBrush.cs (1)
90if (!resource.GetHandle(mediaContext.Channel).IsNull)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (2)
120hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 131hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\Effects\Generated\ShaderEffect.cs (1)
100Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media\Effects\ShaderEffect.cs (3)
541Debug.Assert(!targetResource.GetHandle(channel).IsNull); 575data.hPixelShader = ((DUCE.IResource)PixelShader).GetHandle(channel); 711? ((DUCE.IResource)ss._brush).GetHandle(channel)
System\Windows\Media\Generated\BitmapCacheBrush.cs (6)
112Debug.Assert(!targetResource.GetHandle(channel).IsNull); 173Debug.Assert(!targetResource.GetHandle(channel).IsNull); 329hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 340hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 342DUCE.ResourceHandle hBitmapCache = vBitmapCache != null ? ((DUCE.IResource)vBitmapCache).GetHandle(channel) : DUCE.ResourceHandle.Null; 345DUCE.ResourceHandle hInternalTarget = vInternalTarget != null ? ((DUCE.IResource)vInternalTarget).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\Brush.cs (2)
115Debug.Assert(!targetResource.GetHandle(channel).IsNull); 163Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\CombinedGeometry.cs (5)
112Debug.Assert(!targetResource.GetHandle(channel).IsNull); 160Debug.Assert(!targetResource.GetHandle(channel).IsNull); 273hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 275DUCE.ResourceHandle hGeometry1 = vGeometry1 != null ? ((DUCE.IResource)vGeometry1).GetHandle(channel) : DUCE.ResourceHandle.Null; 276DUCE.ResourceHandle hGeometry2 = vGeometry2 != null ? ((DUCE.IResource)vGeometry2).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\DrawingBrush.cs (4)
105Debug.Assert(!targetResource.GetHandle(channel).IsNull); 188hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 199hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 201DUCE.ResourceHandle hDrawing = vDrawing != null ? ((DUCE.IResource)vDrawing).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\DrawingGroup.cs (12)
125Debug.Assert(!targetResource.GetHandle(channel).IsNull); 196Debug.Assert(!targetResource.GetHandle(channel).IsNull); 251Debug.Assert(!targetResource.GetHandle(channel).IsNull); 299Debug.Assert(!targetResource.GetHandle(channel).IsNull); 347Debug.Assert(!targetResource.GetHandle(channel).IsNull); 571DUCE.ResourceHandle hClipGeometry = vClipGeometry != null ? ((DUCE.IResource)vClipGeometry).GetHandle(channel) : DUCE.ResourceHandle.Null; 572DUCE.ResourceHandle hOpacityMask = vOpacityMask != null ? ((DUCE.IResource)vOpacityMask).GetHandle(channel) : DUCE.ResourceHandle.Null; 582hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 584DUCE.ResourceHandle hGuidelineSet = vGuidelineSet != null ? ((DUCE.IResource)vGuidelineSet).GetHandle(channel) : DUCE.ResourceHandle.Null; 622DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 726Debug.Assert(!thisResource.GetHandle(channel).IsNull); 751Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\DrawingImage.cs (2)
105Debug.Assert(!targetResource.GetHandle(channel).IsNull); 177DUCE.ResourceHandle hDrawing = vDrawing != null ? ((DUCE.IResource)vDrawing).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\EllipseGeometry.cs (1)
189hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Generated\Geometry.cs (1)
110Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\GeometryDrawing.cs (6)
105Debug.Assert(!targetResource.GetHandle(channel).IsNull); 153Debug.Assert(!targetResource.GetHandle(channel).IsNull); 201Debug.Assert(!targetResource.GetHandle(channel).IsNull); 305DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null; 306DUCE.ResourceHandle hPen = vPen != null ? ((DUCE.IResource)vPen).GetHandle(channel) : DUCE.ResourceHandle.Null; 307DUCE.ResourceHandle hGeometry = vGeometry != null ? ((DUCE.IResource)vGeometry).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\GeometryGroup.cs (5)
132Debug.Assert(!targetResource.GetHandle(channel).IsNull); 252hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 278DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 370Debug.Assert(!thisResource.GetHandle(channel).IsNull); 395Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\GlyphRunDrawing.cs (4)
86Debug.Assert(!targetResource.GetHandle(channel).IsNull); 134Debug.Assert(!targetResource.GetHandle(channel).IsNull); 222DUCE.ResourceHandle hGlyphRun = vGlyphRun != null ? ((DUCE.IResource)vGlyphRun).GetHandle(channel) : DUCE.ResourceHandle.Null; 223DUCE.ResourceHandle hForegroundBrush = vForegroundBrush != null ? ((DUCE.IResource)vForegroundBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\ImageBrush.cs (4)
105Debug.Assert(!targetResource.GetHandle(channel).IsNull); 188hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 199hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 201DUCE.ResourceHandle hImageSource = vImageSource != null ? ((DUCE.IResource)vImageSource).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\ImageDrawing.cs (2)
105Debug.Assert(!targetResource.GetHandle(channel).IsNull); 199DUCE.ResourceHandle hImageSource = vImageSource != null ? ((DUCE.IResource)vImageSource).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\LineGeometry.cs (1)
167hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Generated\Pen.cs (4)
105Debug.Assert(!targetResource.GetHandle(channel).IsNull); 195Debug.Assert(!targetResource.GetHandle(channel).IsNull); 373DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null; 374DUCE.ResourceHandle hDashStyle = vDashStyle != null ? ((DUCE.IResource)vDashStyle).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\RectangleGeometry.cs (1)
189hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Generated\RenderData.cs (42)
580data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 597data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 602data.hPoint0Animations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPoint0Animations - 1)]).GetHandle(channel)); 607data.hPoint1Animations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPoint1Animations - 1)]).GetHandle(channel)); 624data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 629data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 646data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 651data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 656data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 673data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 678data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 695data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 700data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 705data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 710data.hRadiusXAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusXAnimations - 1)]).GetHandle(channel)); 715data.hRadiusYAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusYAnimations - 1)]).GetHandle(channel)); 732data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 737data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 754data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 759data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 764data.hCenterAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hCenterAnimations - 1)]).GetHandle(channel)); 769data.hRadiusXAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusXAnimations - 1)]).GetHandle(channel)); 774data.hRadiusYAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusYAnimations - 1)]).GetHandle(channel)); 791data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 796data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 801data.hGeometry = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hGeometry - 1)]).GetHandle(channel)); 818data.hImageSource = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hImageSource - 1)]).GetHandle(channel)); 835data.hImageSource = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hImageSource - 1)]).GetHandle(channel)); 840data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 857data.hForegroundBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hForegroundBrush - 1)]).GetHandle(channel)); 862data.hGlyphRun = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hGlyphRun - 1)]).GetHandle(channel)); 879data.hDrawing = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hDrawing - 1)]).GetHandle(channel)); 896data.hPlayer = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPlayer - 1)]).GetHandle(channel)); 913data.hPlayer = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPlayer - 1)]).GetHandle(channel)); 918data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 936data.hClipGeometry = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hClipGeometry - 1)]).GetHandle(channel)); 954data.hOpacityMask = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hOpacityMask - 1)]).GetHandle(channel)); 983data.hOpacityAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hOpacityAnimations - 1)]).GetHandle(channel)); 1001data.hTransform = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hTransform - 1)]).GetHandle(channel)); 1019data.hGuidelines = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hGuidelines - 1)]).GetHandle(channel)); 1060data.hEffect = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hEffect - 1)]).GetHandle(channel)); 1065data.hEffectInput = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hEffectInput - 1)]).GetHandle(channel));
System\Windows\Media\Generated\SolidColorBrush.cs (2)
146hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 157hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\Generated\TransformGroup.cs (4)
125Debug.Assert(!targetResource.GetHandle(channel).IsNull); 240DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 330Debug.Assert(!thisResource.GetHandle(channel).IsNull); 355Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\VideoDrawing.cs (2)
86Debug.Assert(!targetResource.GetHandle(channel).IsNull); 180DUCE.ResourceHandle hPlayer = vPlayer != null ? ((DUCE.IResource)vPlayer).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\VisualBrush.cs (4)
111Debug.Assert(!targetResource.GetHandle(channel).IsNull); 218hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 229hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 233DUCE.ResourceHandle hVisual = vVisual != null ? ((DUCE.IResource)vVisual).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\LinearGradientBrush.cs (2)
138hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 149hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\PathGeometry.cs (1)
995hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\RadialGradientBrush.cs (2)
79hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 90hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\StreamGeometry.cs (1)
391hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Visual.cs (2)
268parent.GetHandle(channel), 1799((DUCE.IResource)child).GetHandle(channel),
System\Windows\Media\VisualBrush.cs (1)
90if (!resource.GetHandle(mediaContext.Channel).IsNull)
System\Windows\Media3D\Generated\AmbientLight.cs (1)
124hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\Camera.cs (1)
103Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\DiffuseMaterial.cs (2)
117Debug.Assert(!targetResource.GetHandle(channel).IsNull); 219DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
143hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
110Debug.Assert(!targetResource.GetHandle(channel).IsNull); 197DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\GeometryModel3D.cs (7)
103Debug.Assert(!targetResource.GetHandle(channel).IsNull); 153Debug.Assert(!targetResource.GetHandle(channel).IsNull); 203Debug.Assert(!targetResource.GetHandle(channel).IsNull); 317hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 319DUCE.ResourceHandle hGeometry = vGeometry != null ? ((DUCE.IResource)vGeometry).GetHandle(channel) : DUCE.ResourceHandle.Null; 320DUCE.ResourceHandle hMaterial = vMaterial != null ? ((DUCE.IResource)vMaterial).GetHandle(channel) : DUCE.ResourceHandle.Null; 321DUCE.ResourceHandle hBackMaterial = vBackMaterial != null ? ((DUCE.IResource)vBackMaterial).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\MaterialGroup.cs (4)
123Debug.Assert(!targetResource.GetHandle(channel).IsNull); 238DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 328Debug.Assert(!thisResource.GetHandle(channel).IsNull); 353Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\MatrixCamera.cs (1)
165hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\Model3D.cs (1)
103Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\Model3DGroup.cs (5)
123Debug.Assert(!targetResource.GetHandle(channel).IsNull); 228hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 253DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 345Debug.Assert(!thisResource.GetHandle(channel).IsNull); 370Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
143hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
143hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\PointLight.cs (1)
124hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\RotateTransform3D.cs (2)
132Debug.Assert(!targetResource.GetHandle(channel).IsNull); 253DUCE.ResourceHandle hRotation = vRotation != null ? ((DUCE.IResource)vRotation).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\SpecularMaterial.cs (2)
110Debug.Assert(!targetResource.GetHandle(channel).IsNull); 219DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\SpotLight.cs (1)
187hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\Transform3DGroup.cs (4)
123Debug.Assert(!targetResource.GetHandle(channel).IsNull); 238DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 328Debug.Assert(!thisResource.GetHandle(channel).IsNull); 353Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Viewport3DVisual.cs (4)
724((DUCE.IResource)this).GetHandle(channel), 731((DUCE.IResource)this).GetHandle(channel), 746((DUCE.IResource)this).GetHandle(channel), 781((DUCE.IResource)child).GetHandle(channel),
System\Windows\Media3D\Visual3D.cs (3)
1232((DUCE.IResource)child).GetHandle(channel), 1273((DUCE.IResource)this).GetHandle(channel), 1282((DUCE.IResource)this).GetHandle(channel),
System\Windows\UIElement.cs (1)
3274drawingContent.GetHandle(channel),