3 references to TryFindResource
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\Track.cs (2)
637
object buttonHeightResource =
TryFindResource
(SystemParameters.VerticalScrollBarButtonHeightKey);
645
object buttonWidthResource =
TryFindResource
(SystemParameters.HorizontalScrollBarButtonWidthKey);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1492
this.zoomFitToScreenLabel = (this.view.
TryFindResource
("zoomFitToScreenLabel") as string) ?? "Fit to screen";