11 references to Open
PresentationCore (2)
Core\CSharp\System\Windows\Media\DrawingServices.cs (1)
91DrawingContext dc = drawingGroup.Open();
Core\CSharp\System\Windows\Media\FormattedText.cs (1)
1618DrawingContext ctx = drawing.Open();
PresentationFramework (5)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
71dc = hatchDG.Open( );
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
434dc = penDrawing.Open(); 469dc = drawingGroup.Open();
src\Framework\MS\Internal\PtsHost\Line.cs (1)
686DrawingContext ctx = drawing.Open();
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
152DrawingContext drawingContext = drawingGroup.Open();
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
84DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Classic (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
89DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
89DrawingContext myDrawingContext = myDrawing.Open();
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
89DrawingContext myDrawingContext = myDrawing.Open();