26 implementations of GetHandle
PresentationCore (26)
System\Windows\Media\Animation\Animatable.cs (1)
246DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Animation\AnimationClockResource.cs (1)
174DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
138DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Effects\Generated\Effect.cs (1)
145DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Effects\Generated\PixelShader.cs (1)
195DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Brush.cs (1)
286DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\CacheMode.cs (1)
149DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\DashStyle.cs (1)
242DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Drawing.cs (1)
147DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Geometry.cs (1)
210DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\GuidelineSet.cs (1)
271DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\ImageSource.cs (1)
147DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Pen.cs (1)
452DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Generated\Transform.cs (1)
149DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\GlyphRun.cs (1)
1852DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Imaging\BitmapSource.cs (1)
1031DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\MediaPlayer.cs (1)
590DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\RenderData.cs (1)
392DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media\Visual.cs (1)
224DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Camera.cs (1)
199DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Geometry3D.cs (1)
143DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Material.cs (1)
143DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Model3D.cs (1)
199DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Rotation3D.cs (1)
143DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Generated\Transform3D.cs (1)
143DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
System\Windows\Media3D\Visual3D.cs (1)
87DUCE.ResourceHandle DUCE.IResource.GetHandle(DUCE.Channel channel)
180 references to GetHandle
PresentationCore (180)
System\Windows\InterOp\HwndTarget.cs (1)
841DUCE.ResourceHandle hWorldTransform = ((DUCE.IResource)_worldTransform).GetHandle(channel);
System\Windows\Media\Animation\Animatable.cs (1)
361if (!resource.GetHandle(mediaContext.Channel).IsNull)
System\Windows\Media\Animation\AnimationStorage.cs (2)
239if (!targetResource.GetHandle(channel).IsNull) 273if (!targetResource.GetHandle(channel).IsNull)
System\Windows\Media\Animation\IndependentAnimationStorage.cs (1)
249return ((DUCE.IResource)storage).GetHandle(channel);
System\Windows\Media\BitmapCacheBrush.cs (1)
99if (!resource.GetHandle(mediaContext.Channel).IsNull)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (2)
143hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 154hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\Effects\Generated\ShaderEffect.cs (1)
122Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media\Effects\ShaderEffect.cs (3)
558Debug.Assert(!targetResource.GetHandle(channel).IsNull); 592data.hPixelShader = ((DUCE.IResource)PixelShader).GetHandle(channel); 728? ((DUCE.IResource)ss._brush).GetHandle(channel)
System\Windows\Media\Generated\BitmapCacheBrush.cs (6)
126Debug.Assert(!targetResource.GetHandle(channel).IsNull); 187Debug.Assert(!targetResource.GetHandle(channel).IsNull); 343hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 354hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 356DUCE.ResourceHandle hBitmapCache = vBitmapCache != null ? ((DUCE.IResource)vBitmapCache).GetHandle(channel) : DUCE.ResourceHandle.Null; 359DUCE.ResourceHandle hInternalTarget = vInternalTarget != null ? ((DUCE.IResource)vInternalTarget).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\Brush.cs (2)
128Debug.Assert(!targetResource.GetHandle(channel).IsNull); 172Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\CombinedGeometry.cs (5)
126Debug.Assert(!targetResource.GetHandle(channel).IsNull); 170Debug.Assert(!targetResource.GetHandle(channel).IsNull); 283hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 285DUCE.ResourceHandle hGeometry1 = vGeometry1 != null ? ((DUCE.IResource)vGeometry1).GetHandle(channel) : DUCE.ResourceHandle.Null; 286DUCE.ResourceHandle hGeometry2 = vGeometry2 != null ? ((DUCE.IResource)vGeometry2).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\DrawingBrush.cs (4)
119Debug.Assert(!targetResource.GetHandle(channel).IsNull); 202hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 213hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 215DUCE.ResourceHandle hDrawing = vDrawing != null ? ((DUCE.IResource)vDrawing).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\DrawingGroup.cs (12)
139Debug.Assert(!targetResource.GetHandle(channel).IsNull); 206Debug.Assert(!targetResource.GetHandle(channel).IsNull); 257Debug.Assert(!targetResource.GetHandle(channel).IsNull); 301Debug.Assert(!targetResource.GetHandle(channel).IsNull); 345Debug.Assert(!targetResource.GetHandle(channel).IsNull); 561DUCE.ResourceHandle hClipGeometry = vClipGeometry != null ? ((DUCE.IResource)vClipGeometry).GetHandle(channel) : DUCE.ResourceHandle.Null; 562DUCE.ResourceHandle hOpacityMask = vOpacityMask != null ? ((DUCE.IResource)vOpacityMask).GetHandle(channel) : DUCE.ResourceHandle.Null; 572hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 574DUCE.ResourceHandle hGuidelineSet = vGuidelineSet != null ? ((DUCE.IResource)vGuidelineSet).GetHandle(channel) : DUCE.ResourceHandle.Null; 612DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 711Debug.Assert(!thisResource.GetHandle(channel).IsNull); 739Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\DrawingImage.cs (2)
119Debug.Assert(!targetResource.GetHandle(channel).IsNull); 191DUCE.ResourceHandle hDrawing = vDrawing != null ? ((DUCE.IResource)vDrawing).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\EllipseGeometry.cs (1)
207hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Generated\Geometry.cs (1)
126Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\GeometryDrawing.cs (6)
119Debug.Assert(!targetResource.GetHandle(channel).IsNull); 163Debug.Assert(!targetResource.GetHandle(channel).IsNull); 207Debug.Assert(!targetResource.GetHandle(channel).IsNull); 311DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null; 312DUCE.ResourceHandle hPen = vPen != null ? ((DUCE.IResource)vPen).GetHandle(channel) : DUCE.ResourceHandle.Null; 313DUCE.ResourceHandle hGeometry = vGeometry != null ? ((DUCE.IResource)vGeometry).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\GeometryGroup.cs (5)
146Debug.Assert(!targetResource.GetHandle(channel).IsNull); 266hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 292DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 379Debug.Assert(!thisResource.GetHandle(channel).IsNull); 407Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\GlyphRunDrawing.cs (4)
104Debug.Assert(!targetResource.GetHandle(channel).IsNull); 148Debug.Assert(!targetResource.GetHandle(channel).IsNull); 236DUCE.ResourceHandle hGlyphRun = vGlyphRun != null ? ((DUCE.IResource)vGlyphRun).GetHandle(channel) : DUCE.ResourceHandle.Null; 237DUCE.ResourceHandle hForegroundBrush = vForegroundBrush != null ? ((DUCE.IResource)vForegroundBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\ImageBrush.cs (4)
119Debug.Assert(!targetResource.GetHandle(channel).IsNull); 202hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 213hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 215DUCE.ResourceHandle hImageSource = vImageSource != null ? ((DUCE.IResource)vImageSource).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\ImageDrawing.cs (2)
119Debug.Assert(!targetResource.GetHandle(channel).IsNull); 213DUCE.ResourceHandle hImageSource = vImageSource != null ? ((DUCE.IResource)vImageSource).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\LineGeometry.cs (1)
185hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Generated\Pen.cs (4)
119Debug.Assert(!targetResource.GetHandle(channel).IsNull); 205Debug.Assert(!targetResource.GetHandle(channel).IsNull); 383DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null; 384DUCE.ResourceHandle hDashStyle = vDashStyle != null ? ((DUCE.IResource)vDashStyle).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\RectangleGeometry.cs (1)
207hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Generated\RenderData.cs (42)
592data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 609data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 614data.hPoint0Animations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPoint0Animations - 1)]).GetHandle(channel)); 619data.hPoint1Animations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPoint1Animations - 1)]).GetHandle(channel)); 636data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 641data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 658data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 663data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 668data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 685data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 690data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 707data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 712data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 717data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 722data.hRadiusXAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusXAnimations - 1)]).GetHandle(channel)); 727data.hRadiusYAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusYAnimations - 1)]).GetHandle(channel)); 744data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 749data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 766data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 771data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 776data.hCenterAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hCenterAnimations - 1)]).GetHandle(channel)); 781data.hRadiusXAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusXAnimations - 1)]).GetHandle(channel)); 786data.hRadiusYAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRadiusYAnimations - 1)]).GetHandle(channel)); 803data.hBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hBrush - 1)]).GetHandle(channel)); 808data.hPen = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPen - 1)]).GetHandle(channel)); 813data.hGeometry = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hGeometry - 1)]).GetHandle(channel)); 830data.hImageSource = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hImageSource - 1)]).GetHandle(channel)); 847data.hImageSource = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hImageSource - 1)]).GetHandle(channel)); 852data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 869data.hForegroundBrush = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hForegroundBrush - 1)]).GetHandle(channel)); 874data.hGlyphRun = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hGlyphRun - 1)]).GetHandle(channel)); 891data.hDrawing = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hDrawing - 1)]).GetHandle(channel)); 908data.hPlayer = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPlayer - 1)]).GetHandle(channel)); 925data.hPlayer = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hPlayer - 1)]).GetHandle(channel)); 930data.hRectangleAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hRectangleAnimations - 1)]).GetHandle(channel)); 948data.hClipGeometry = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hClipGeometry - 1)]).GetHandle(channel)); 966data.hOpacityMask = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hOpacityMask - 1)]).GetHandle(channel)); 995data.hOpacityAnimations = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hOpacityAnimations - 1)]).GetHandle(channel)); 1013data.hTransform = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hTransform - 1)]).GetHandle(channel)); 1031data.hGuidelines = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hGuidelines - 1)]).GetHandle(channel)); 1072data.hEffect = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hEffect - 1)]).GetHandle(channel)); 1077data.hEffectInput = (uint)(((DUCE.IResource)_dependentResources[ (int)( data.hEffectInput - 1)]).GetHandle(channel));
System\Windows\Media\Generated\SolidColorBrush.cs (2)
164hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 175hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\Generated\TransformGroup.cs (4)
139Debug.Assert(!targetResource.GetHandle(channel).IsNull); 254DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 335Debug.Assert(!thisResource.GetHandle(channel).IsNull); 363Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media\Generated\VideoDrawing.cs (2)
104Debug.Assert(!targetResource.GetHandle(channel).IsNull); 198DUCE.ResourceHandle hPlayer = vPlayer != null ? ((DUCE.IResource)vPlayer).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\Generated\VisualBrush.cs (4)
129Debug.Assert(!targetResource.GetHandle(channel).IsNull); 236hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 247hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel); 251DUCE.ResourceHandle hVisual = vVisual != null ? ((DUCE.IResource)vVisual).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media\LinearGradientBrush.cs (2)
152hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 163hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\PathGeometry.cs (1)
1023hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\RadialGradientBrush.cs (2)
93hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 104hRelativeTransform = ((DUCE.IResource)vRelativeTransform).GetHandle(channel);
System\Windows\Media\StreamGeometry.cs (1)
411hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media\Visual.cs (2)
286parent.GetHandle(channel), 1821((DUCE.IResource)child).GetHandle(channel),
System\Windows\Media\VisualBrush.cs (1)
100if (!resource.GetHandle(mediaContext.Channel).IsNull)
System\Windows\Media3D\Generated\AmbientLight.cs (1)
140hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\Camera.cs (1)
115Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\DiffuseMaterial.cs (2)
129Debug.Assert(!targetResource.GetHandle(channel).IsNull); 231DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\DirectionalLight.cs (1)
159hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\EmissiveMaterial.cs (2)
122Debug.Assert(!targetResource.GetHandle(channel).IsNull); 209DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\GeometryModel3D.cs (7)
115Debug.Assert(!targetResource.GetHandle(channel).IsNull); 164Debug.Assert(!targetResource.GetHandle(channel).IsNull); 213Debug.Assert(!targetResource.GetHandle(channel).IsNull); 327hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 329DUCE.ResourceHandle hGeometry = vGeometry != null ? ((DUCE.IResource)vGeometry).GetHandle(channel) : DUCE.ResourceHandle.Null; 330DUCE.ResourceHandle hMaterial = vMaterial != null ? ((DUCE.IResource)vMaterial).GetHandle(channel) : DUCE.ResourceHandle.Null; 331DUCE.ResourceHandle hBackMaterial = vBackMaterial != null ? ((DUCE.IResource)vBackMaterial).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\MaterialGroup.cs (4)
135Debug.Assert(!targetResource.GetHandle(channel).IsNull); 250DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 331Debug.Assert(!thisResource.GetHandle(channel).IsNull); 359Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\MatrixCamera.cs (1)
181hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\Model3D.cs (1)
115Debug.Assert(!targetResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\Model3DGroup.cs (5)
135Debug.Assert(!targetResource.GetHandle(channel).IsNull); 240hTransform = ((DUCE.IResource)vTransform).GetHandle(channel); 265DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 352Debug.Assert(!thisResource.GetHandle(channel).IsNull); 380Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Generated\OrthographicCamera.cs (1)
159hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\PerspectiveCamera.cs (1)
159hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\PointLight.cs (1)
140hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\RotateTransform3D.cs (2)
144Debug.Assert(!targetResource.GetHandle(channel).IsNull); 265DUCE.ResourceHandle hRotation = vRotation != null ? ((DUCE.IResource)vRotation).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\SpecularMaterial.cs (2)
122Debug.Assert(!targetResource.GetHandle(channel).IsNull); 231DUCE.ResourceHandle hBrush = vBrush != null ? ((DUCE.IResource)vBrush).GetHandle(channel) : DUCE.ResourceHandle.Null;
System\Windows\Media3D\Generated\SpotLight.cs (1)
203hTransform = ((DUCE.IResource)vTransform).GetHandle(channel);
System\Windows\Media3D\Generated\Transform3DGroup.cs (4)
135Debug.Assert(!targetResource.GetHandle(channel).IsNull); 250DUCE.ResourceHandle resource = ((DUCE.IResource)vChildren.Internal_GetItem(i)).GetHandle(channel);; 331Debug.Assert(!thisResource.GetHandle(channel).IsNull); 359Debug.Assert(!thisResource.GetHandle(channel).IsNull);
System\Windows\Media3D\Viewport3DVisual.cs (4)
744((DUCE.IResource)this).GetHandle(channel), 751((DUCE.IResource)this).GetHandle(channel), 766((DUCE.IResource)this).GetHandle(channel), 801((DUCE.IResource)child).GetHandle(channel),
System\Windows\Media3D\Visual3D.cs (3)
1243((DUCE.IResource)child).GetHandle(channel), 1284((DUCE.IResource)this).GetHandle(channel), 1293((DUCE.IResource)this).GetHandle(channel),
System\Windows\UIElement.cs (1)
3298drawingContent.GetHandle(channel),