10 references to Peek
illink (2)
Microsoft.Build.Engine (1)
Collections\DualQueue.cs (1)
211item = dequeue ? readingQueue.Dequeue() : readingQueue.Peek();
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
644StrokeInfo siNext = _renderCompleteDRThreadStrokeInfoList.Peek();
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
37MatchingState<TSet> state = toExplore.Peek();
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
208ManipulationState firstSample = this.history.Count > 0 ? this.history.Peek() : default(ManipulationState); 1300ManipulationState oldItem = base.Peek(); 1423ManipulationState old = base.Peek();
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
71return _readNodesQueue.Peek().NodeType; 80return _readNodesQueue.Peek().Type;