13 references to Peek
illink (2)
Linker\Driver.cs (2)
1260
var arg = arguments.
Peek
();
1299
var arg = arguments.
Peek
();
Microsoft.Maui.Controls (3)
StyleSheets\CssReader.cs (3)
27
return _cache.
Peek
();
38
return _cache.
Peek
();
40
return _cache.
Peek
();
PresentationCore (1)
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (1)
625
StrokeInfo siNext = _renderCompleteDRThreadStrokeInfoList.
Peek
();
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Explore.cs (1)
37
MatchingState<TSet> state = toExplore.
Peek
();
System.Windows.Forms (1)
System\Windows\Forms\SendKeys\SendKeys.SendKeysHookProc.cs (1)
57
SKEvent @event = s_events.
Peek
();
System.Windows.Input.Manipulations (3)
System\Windows\Input\Manipulations\ManipulationSequence.cs (3)
204
ManipulationState firstSample = this.history.Count > 0 ? this.history.
Peek
() : default(ManipulationState);
1295
ManipulationState oldItem = base.
Peek
();
1418
ManipulationState old = base.
Peek
();
System.Xaml (2)
System\Xaml\Parser\XamlScanner.cs (2)
67
return _readNodesQueue.
Peek
().NodeType;
76
return _readNodesQueue.
Peek
().Type;